#include <ObSet.hxx>
Inheritance diagram for ObSet:

Public Member Functions | |
| SERIALIZABLE_DECLS (ObSet) | |
| ObSet (const GCPtr< const ObVec > &) | |
| GCPtr< ObVec > | asVector () const |
| void | insert (const GCPtr< Serializable > &ob) |
| void | remove (uint32_t ndx) |
| bool | contains (const GCPtr< Serializable > &ob) |
| void | clear () |
| GCPtr< Serializable > & | operator[] (size_t ndx) |
| const GCPtr< Serializable > & | operator[] (size_t ndx) const |
| size_t | size () const |
Public Attributes | |
| std::vector< GCPtr< Serializable > > | vec |
Definition at line 44 of file ObSet.hxx.
|
|
|
|
|
Definition at line 145 of file ObSet.cxx. References vec. |
|
|
Definition at line 61 of file ObSet.hxx. References vec. |
|
|
Definition at line 117 of file ObSet.cxx. References vec. Referenced by insert(). |
|
|
Definition at line 126 of file ObSet.cxx. References contains(), and vec. Referenced by ObSet(). |
|
|
Definition at line 71 of file ObSet.hxx. References vec. |
|
|
Definition at line 66 of file ObSet.hxx. References vec. |
|
|
Definition at line 54 of file ObSet.hxx. References vec. |
|
|
|
|
|
Definition at line 76 of file ObSet.hxx. References vec. |
|
|
Definition at line 51 of file ObSet.hxx. Referenced by asVector(), clear(), contains(), insert(), ObSet(), operator[](), remove(), and size(). |
1.4.6