|
-
October 3rd, 2012, 05:09 PM
#5
Re: Pointer/Reference to Class within a Class within a Class
//------------------------------------------------------------------------
// Summary:
// This is helper class designed to manage a set of strings
//------------------------------------------------------------------------
class _EXT_CLASS CFooStringsManager
{
//{{AFX_CFOO_PRIVATE
friend class CFooEditBufferManager;
//}}AFX_CFOO_PRIVATE
public:
//----------------------------------------------------------------------
// Summary:
// Default object constructor.
//----------------------------------------------------------------------
CFooEditStringsManager();
//----------------------------------------------------------------------
// Summary:
// Default object destructor. Handles cleanup and deallocation
//----------------------------------------------------------------------
virtual ~CFooEditStringsManager();
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|