Inferno  0.2
MakeTreePtr< Node > Struct Template Reference

#include <node.hpp>

Inheritance diagram for MakeTreePtr< Node >:
[legend]
Collaboration diagram for MakeTreePtr< Node >:
[legend]

List of all members.

Public Member Functions

 MakeTreePtr ()
template<typename CP0 >
 MakeTreePtr (const CP0 &cp0)
template<typename CP0 , typename CP1 >
 MakeTreePtr (const CP0 &cp0, const CP1 &cp1)
template<typename CP0 , typename CP1 , typename CP2 >
 MakeTreePtr (const CP0 &cp0, const CP1 &cp1, const CP2 &cp2)

Detailed Description

template<>
struct MakeTreePtr< Node >

Definition at line 49 of file node.hpp.


Constructor & Destructor Documentation

MakeTreePtr< Node >::MakeTreePtr ( ) [inline]

Definition at line 51 of file node.hpp.

template<typename CP0 >
MakeTreePtr< Node >::MakeTreePtr ( const CP0 &  cp0) [inline]

Definition at line 53 of file node.hpp.

template<typename CP0 , typename CP1 >
MakeTreePtr< Node >::MakeTreePtr ( const CP0 &  cp0,
const CP1 &  cp1 
) [inline]

Definition at line 55 of file node.hpp.

template<typename CP0 , typename CP1 , typename CP2 >
MakeTreePtr< Node >::MakeTreePtr ( const CP0 &  cp0,
const CP1 &  cp1,
const CP2 &  cp2 
) [inline]

Definition at line 57 of file node.hpp.


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