Inferno  0.2
Collection< VALUE_TYPE > Struct Template Reference

#include <specialise_oostd.hpp>

Inheritance diagram for Collection< VALUE_TYPE >:
[legend]
Collaboration diagram for Collection< VALUE_TYPE >:
[legend]

List of all members.

Public Types

typedef multiset< TreePtr
< VALUE_TYPE > > 
Impl

Public Member Functions

 Collection ()
template<typename L , typename R >
 Collection (const pair< L, R > &p)
template<typename OTHER >
 Collection (const TreePtr< OTHER > &v)

Detailed Description

template<typename VALUE_TYPE>
struct Collection< VALUE_TYPE >

Definition at line 67 of file specialise_oostd.hpp.


Member Typedef Documentation

template<typename VALUE_TYPE>
typedef multiset< TreePtr<VALUE_TYPE> > Collection< VALUE_TYPE >::Impl

Definition at line 69 of file specialise_oostd.hpp.


Constructor & Destructor Documentation

template<typename VALUE_TYPE>
Collection< VALUE_TYPE >::Collection ( ) [inline]

Definition at line 71 of file specialise_oostd.hpp.

template<typename VALUE_TYPE>
template<typename L , typename R >
Collection< VALUE_TYPE >::Collection ( const pair< L, R > &  p) [inline]

Definition at line 73 of file specialise_oostd.hpp.

template<typename VALUE_TYPE>
template<typename OTHER >
Collection< VALUE_TYPE >::Collection ( const TreePtr< OTHER > &  v) [inline]

Definition at line 76 of file specialise_oostd.hpp.


The documentation for this struct was generated from the following file: