#include <eggMorphList.h>
Public Types | |
| typedef TYPENAME Morphs::iterator | iterator |
| typedef TYPENAME Morphs::const_iterator | const_iterator |
| typedef TYPENAME Morphs::size_type | size_type |
Public Member Functions | |
| INLINE | EggMorphList () |
| INLINE | EggMorphList (const EggMorphList< MorphType > ©) |
| INLINE void | operator= (const EggMorphList< MorphType > ©) |
| INLINE | ~EggMorphList () |
| INLINE bool | operator== (const EggMorphList< MorphType > &other) const |
| INLINE bool | operator!= (const EggMorphList< MorphType > &other) const |
| INLINE bool | operator< (const EggMorphList< MorphType > &other) const |
| INLINE iterator | begin () |
| INLINE const_iterator | begin () const |
| INLINE iterator | end () |
| INLINE const_iterator | end () const |
| INLINE size_type | size () const |
| INLINE bool | empty () const |
| pair< iterator, bool > | insert (const MorphType &value) |
| INLINE void | clear () |
| void | write (ostream &out, int indent_level) const |
Private Types | |
| typedef pvector< MorphType > | Morphs |
Private Attributes | |
| Morphs | _morphs |
|
|||||
|
Definition at line 41 of file eggMorphList.h. |
|
|||||
|
Definition at line 40 of file eggMorphList.h. |
|
|||||
|
Definition at line 37 of file eggMorphList.h. |
|
|||||
|
Definition at line 42 of file eggMorphList.h. |
|
|||||||||
|
|
|
||||||||||
|
|
|
|||||||||
|
|
|
|||||||||
|
|
|
|||||||||
|
|
|
|||||||||
|
|
|
|||||||||
|
|
|
|||||||||
|
|
|
|||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
|||||||||
|
|
|
||||||||||||||||
|
|
|
|||||
|
Definition at line 67 of file eggMorphList.h. |
1.3