DoubleVec | A growable reference counted array of doubles which implements copy-on-write semantics (see RCArray) |
GrowableArray< T > | GrowableArray template is used to create array objects that will grow as elements are added to the end of the array |
RCArray< T > | A reference counted, growable array template |
RCArray< T >::SharedData | |
RCBase< Type > | An abstract base class for reference counted arrays |
RCBase< Type >::ValRef | |
RCObject | This the base class for a shared data class that is used in a reference counted copy-on-write object (see RCArray) |
RCPtr< T > | This template implements a "smart pointer" for reference counted objects |
String | This class is a container for strings composed of 8-bit ASCII characters |
SubString | This class supports the creation and manipulation of SubStrings, which are sections of Strings |
SubString::SharedData |