Compounds | |
class | stdbase::system::_TakeOwnership |
The system::_TakeOwnership class is used indicate that a pointer or other memory allocation should not be copied but taken as-is and managed by the object. More... | |
class | stdbase::system::Abstract |
class | stdbase::system::Class |
class | stdbase::system::Exception |
Thrown to indicate a failure occurred. More... | |
class | stdbase::system::Object |
Base class for all classes that can be instantiated and manipulated via a reference and use the synchronized technique for mutual-exclusion. More... | |
class | stdbase::system::Object::synchronized |
The analog to the Java "synchronized" keyword to be used to ensure mutual exclusion. More... | |
class | stdbase::system::ObjectRef |
Reference implementation for the Object class and its instances. More... | |
class | stdbase::system::reference |
Templated reference to all classes derived from Object. More... | |
class | stdbase::system::String |
Immutable string object. More... | |
class | stdbase::system::StringRef |
These classes include: -# Object base class for all classes. -# String class.