|
|
| FastList () |
| | Default constructor.
|
| |
|
template<typename INPUTITERATOR > |
| | FastList (INPUTITERATOR first, INPUTITERATOR last) |
| | Constructor from a range, passes through to base class.
|
| |
|
| FastList (const FastList< VALUE > &x) |
| | Copy constructor from another FastList.
|
| |
|
| FastList (const Base &x) |
| | Copy constructor from the base list class.
|
| |
|
| operator std::list< VALUE > () const |
| | Conversion to a standard STL container.
|
| |
|
|
class | boost::serialization::access |
| | Serialization function.
|
| |
The documentation for this class was generated from the following file: