Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

EggMorphList< MorphType > Class Template Reference

#include <eggMorphList.h>

List of all members.

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 > &copy)
INLINE void operator= (const EggMorphList< MorphType > &copy)
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

template<class MorphType>
class EggMorphList< MorphType >


Member Typedef Documentation

template<class MorphType>
typedef TYPENAME Morphs::const_iterator EggMorphList< MorphType >::const_iterator
 

Definition at line 41 of file eggMorphList.h.

template<class MorphType>
typedef TYPENAME Morphs::iterator EggMorphList< MorphType >::iterator
 

Definition at line 40 of file eggMorphList.h.

template<class MorphType>
typedef pvector<MorphType> EggMorphList< MorphType >::Morphs [private]
 

Definition at line 37 of file eggMorphList.h.

template<class MorphType>
typedef TYPENAME Morphs::size_type EggMorphList< MorphType >::size_type
 

Definition at line 42 of file eggMorphList.h.


Constructor & Destructor Documentation

template<class MorphType>
INLINE EggMorphList< MorphType >::EggMorphList  ) 
 

template<class MorphType>
INLINE EggMorphList< MorphType >::EggMorphList const EggMorphList< MorphType > &  copy  ) 
 

template<class MorphType>
INLINE EggMorphList< MorphType >::~EggMorphList  ) 
 


Member Function Documentation

template<class MorphType>
INLINE const_iterator EggMorphList< MorphType >::begin  )  const
 

template<class MorphType>
INLINE iterator EggMorphList< MorphType >::begin  ) 
 

template<class MorphType>
INLINE void EggMorphList< MorphType >::clear  ) 
 

template<class MorphType>
INLINE bool EggMorphList< MorphType >::empty  )  const
 

template<class MorphType>
INLINE const_iterator EggMorphList< MorphType >::end  )  const
 

template<class MorphType>
INLINE iterator EggMorphList< MorphType >::end  ) 
 

template<class MorphType>
pair<iterator, bool> EggMorphList< MorphType >::insert const MorphType &  value  ) 
 

template<class MorphType>
INLINE bool EggMorphList< MorphType >::operator!= const EggMorphList< MorphType > &  other  )  const
 

template<class MorphType>
INLINE bool EggMorphList< MorphType >::operator< const EggMorphList< MorphType > &  other  )  const
 

template<class MorphType>
INLINE void EggMorphList< MorphType >::operator= const EggMorphList< MorphType > &  copy  ) 
 

template<class MorphType>
INLINE bool EggMorphList< MorphType >::operator== const EggMorphList< MorphType > &  other  )  const
 

template<class MorphType>
INLINE size_type EggMorphList< MorphType >::size  )  const
 

template<class MorphType>
void EggMorphList< MorphType >::write ostream &  out,
int  indent_level
const
 


Member Data Documentation

template<class MorphType>
Morphs EggMorphList< MorphType >::_morphs [private]
 

Definition at line 67 of file eggMorphList.h.


The documentation for this class was generated from the following file:
Generated on Fri Apr 18 00:12:07 2003 for Panda by doxygen1.3