Public Member Functions | Private Types | Private Attributes

TChunk< TN > Class Template Reference

the template of chunk More...

#include <chunk.hpp>

Inheritance diagram for TChunk< TN >:
Inheritance graph
[legend]
Collaboration diagram for TChunk< TN >:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 TChunk (void)
 constructor
virtual ~TChunk (void)
 destructor

Private Types

typedef std::vector
< TAttribute< IAttribute > * > 
VecAttributePtr
typedef std::list< TChunk< TN > * > LstChunkPtr

Private Attributes

VecAttributePtr m_vecAttributePtrAttr
TNode< INode > * m_pNodeBegin
TNode< INode > * m_pNodeEnd
TChunk< TN > * m_pChunkBase
LstChunkPtr m_lstChunkPtrChildren

Detailed Description

template<typename TN>
class TChunk< TN >

the template of chunk


The documentation for this class was generated from the following file:
 All Classes Files Functions Variables Typedefs Enumerator Defines