| Property | Description | |||
| Method Name | Dereference operator | |||
| Returns | A pointer to the underlying object wrapped by the smart pointer | |||
| Description | Allows access to the underlying object | |||
| Remarks | ||||
| Example |
try { // create an instance of the class to load the XML file into ElmSequence::CElmSequencePtr spElm = ElmSequence::CElmSequence::CreateInstance(); ElmSequence::CBasicElementPtr spBasElm = ElmSequence::CBasicElement::CreateInstance(); spElm->SetBasicElement(spBasElm); |