Share via


CSimpleStringT::GetManager

Retrieves the memory manager of the CSimpleStringT object.

IAtlStringMgr* GetManager( ) const throw( );

Return Value

A pointer to the memory manager for the CSimpleStringT object.

Remarks

Call this method to retrieve the memory manager used by the CSimpleStringT object. For more information on memory managers and string objects, see Memory Management and CStringT.

Requirements

Header: atlsimpstr.h

See Also

Reference

CSimpleStringT Class

CSimpleStringT::SetManager

Other Resources

CSimpleStringT Members