|
Envision
A visual programming IDE for object-oriented languages
|
Classes | |
| struct | ConstTypedIterator |
| struct | TypedIterator |
| Iterator. More... | |
Public Types | |
| using | const_iterator = ConstTypedIterator |
| using | iterator = TypedIterator |
Public Member Functions | |
| TypedList (::Model::Node *parent, ::Model::PersistentStore &store, bool loadPartially) | |
| TypedList (::Model::Node *parent=nullptr) | |
| T * | at (int i) const |
| iterator | begin () |
| const_iterator | begin () const |
| const_iterator | cbegin () const |
| const_iterator | cend () const |
| TypedList * | clone () const override |
| virtual Node * | createDefaultElement () override |
| iterator | end () |
| const_iterator | end () const |
| T * | first () const |
| T * | last () const |
| virtual int | lowerTypeBoundForElements () const override |
| virtual bool | replaceChild (Node *child, Node *replacement) override |
Static Public Member Functions | |
| static TypedList * | createDefaultInstance (Node *parent=nullptr) |
Additional Inherited Members | |
Protected Types inherited from Core::Reflect< Base > | |
| using | Super = Reflect< Base > |
| using Model::TypedList< T >::const_iterator = ConstTypedIterator |
| using Model::TypedList< T >::iterator = TypedIterator |
| Model::TypedList< T >::TypedList | ( | ::Model::Node * | parent = nullptr | ) |
| Model::TypedList< T >::TypedList | ( | ::Model::Node * | parent, |
| ::Model::PersistentStore & | store, | ||
| bool | loadPartially | ||
| ) |
| T* Model::TypedList< T >::at | ( | int | i | ) | const |
|
inline |
|
inline |
|
inline |
|
inline |
|
override |
|
overridevirtual |
|
static |
|
inline |
|
inline |
| T* Model::TypedList< T >::first | ( | ) | const |
| T* Model::TypedList< T >::last | ( | ) | const |
|
overridevirtual |
|
overridevirtual |