|  | 
|  | RcptrObject (T &x) | 
|  | 
| virtual | ~RcptrObject () | 
|  | 
| virtual T & | getValue () | 
|  | 
| virtual Object | clone () const | 
|  | 
|  | TypedObject () | 
|  | 
| virtual | ~TypedObject () | 
|  | 
| const T & | getValue () const | 
|  | 
| virtual void | setValue (Object val) | 
|  | 
| virtual std::string | type () const | 
|  | 
| virtual bool | isScalar () const | 
|  | 
| virtual double | getScalar () const | 
|  | 
| virtual void | setScalar (double) | 
|  | 
| virtual bool | isString () const | 
|  | 
| virtual std::string | getString () const | 
|  | 
| virtual void | setString (const std::string &) | 
|  | 
| virtual bool | isArray () const | 
|  | 
| virtual bool | isContiguous () const | 
|  | 
| virtual bool | hasItem (int index) const | 
|  | 
| virtual Object | getArrayItem (int index) const | 
|  | 
| virtual void | setArrayItem (int, Object) | 
|  | 
| virtual size_t | size () const | 
|  | 
| virtual bool | isDynArray () const | 
|  | 
| virtual void | reserveArray (size_t) | 
|  | 
| virtual void | resizeArray (size_t) | 
|  | 
| virtual void | removeArrayItem (int) | 
|  | 
| virtual void | insertArrayItem (int, Object) | 
|  | 
| virtual bool | getProperty (const std::string &, Object &) const | 
|  | 
| virtual bool | getProperty (const std::string &key, Object &value) const=0 | 
|  | 
| Object | getProperty (const std::string &) const | 
|  | 
| Object | getProperty (Object key) const | 
|  | 
| bool | getProperty (const std::string &key, T &value) const | 
|  | 
| bool | getProperty (const std::string &key, Object &value) const | 
|  | 
| virtual bool | isDictionary () const | 
|  | 
| virtual void | setProperty (const std::string &, Object) | 
|  | 
| virtual void | setProperty (const std::string &key, Object value)=0 | 
|  | 
| void | setProperty (const std::string &, const char *) | 
|  | 
| void | setProperty (const std::string &, const T &) | 
|  | 
| void | setProperty (const std::string &key, Object const &value) | 
|  | 
| virtual bool | removeProperty (const std::string &) | 
|  | 
| virtual bool | hasProperty (const std::string &) const | 
|  | 
| virtual void | clearProperties () | 
|  | 
| virtual bool | isIterable () const | 
|  | 
| virtual Object | objectIterator () const | 
|  | 
| virtual bool | isIterator () const | 
|  | 
| virtual bool | isValid () const | 
|  | 
| virtual Object | currentValue () const | 
|  | 
| virtual void | next () | 
|  | 
| virtual bool | isKeyIterator () const | 
|  | 
| virtual Object | keyObject () const | 
|  | 
| virtual bool | isDictionaryIterator () const | 
|  | 
| virtual std::string | key () const | 
|  | 
| virtual bool | isIntKeyIterator () const | 
|  | 
| virtual long | intKey () const | 
|  | 
| virtual bool | isNone () const | 
|  | 
| virtual bool | operator== (const GenericObject &other) const | 
|  | 
| virtual | ~GenericObject () | 
|  | 
| const T & | value () const | 
|  | 
| T & | value () | 
|  | 
| bool | value (T &) const | 
|  | 
| void | setValue (const T &val) | 
|  | 
| T * | getInterface () | 
|  | 
| const T * | getInterface () const | 
|  | 
| virtual bool | operator!= (const GenericObject &other) const | 
|  | 
|  | RCObject () | 
|  | 
|  | RCObject (const RCObject &) | 
|  | 
| RCObject & | operator= (const RCObject &) | 
|  | 
| virtual | ~RCObject () | 
|  | 
| virtual | ~StringInterface () | 
|  | 
| virtual bool | operator== (const StringInterface &other) const | 
|  | 
| virtual bool | operator!= (const StringInterface &other) const | 
|  | 
| virtual | ~Interface () | 
|  | 
| virtual | ~ScalarInterface () | 
|  | 
| virtual bool | operator== (const ScalarInterface &other) const | 
|  | 
| virtual bool | operator!= (const ScalarInterface &other) const | 
|  | 
| virtual | ~DynArrayInterface () | 
|  | 
| virtual | ~ArrayInterface () | 
|  | 
| virtual | ~SizeInterface () | 
|  | 
| virtual | ~IterableInterface () | 
|  | 
| virtual bool | operator== (const IterableInterface &other) const | 
|  | 
| virtual bool | operator!= (const IterableInterface &other) const | 
|  | 
| virtual | ~DictionaryInterface () | 
|  | 
| Object | getProperty (const std::string &) const | 
|  | 
| Object | getProperty (Object key) const | 
|  | 
| bool | getProperty (const std::string &key, T &value) const | 
|  | 
| void | setProperty (const std::string &, const char *) | 
|  | 
| void | setProperty (const std::string &, const T &) | 
|  | 
| virtual void | copyProperties (Object source) | 
|  | 
| virtual bool | operator== (const DictionaryInterface &other) const | 
|  | 
| virtual bool | operator!= (const DictionaryInterface &other) const | 
|  | 
| void | setProperty (const std::string &key, Object const &value) | 
|  | 
| bool | getProperty (const std::string &key, Object &value) const | 
|  | 
| virtual | ~IteratorInterface () | 
|  | 
| virtual | ~KeyIteratorInterface () | 
|  | 
| virtual | ~DictionaryIteratorInterface () | 
|  | 
| virtual | ~IntKeyIteratorInterface () | 
|  | 
| virtual | ~NoneInterface () | 
|  | 
template<typename T>
class carto::RcptrObject< T >
Definition at line 78 of file doi.h.