CStatic::CStatic

CStatic( );

Remarks

Constructs a CStatic object.

Example

// Create a static object on the stack.
CStatic myStatic;

// Create a static object on the heap.
CStatic* pmyStatic = new CStatic;

CStatic OverviewClass MembersHierarchy Chart

See Also   CStatic::Create