cmil::NormalHandler::NodeSequence Class Reference

#include <InputNode.h>

Collaboration diagram for cmil::NormalHandler::NodeSequence:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 NodeSequence (InputNode *last)
InputNodegetLastNode () const

Private Attributes

InputNode *const m_last_node

Detailed Description

This holds some information on node sequences for "cataloging" by this Handler. Node memory stored here is handled elsewhere.

Definition at line 185 of file InputNode.h.


Constructor & Destructor Documentation

cmil::NormalHandler::NodeSequence::NodeSequence ( InputNode last  )  [inline]

Definition at line 187 of file InputNode.h.

00187 : m_last_node(last) {}


Member Function Documentation

InputNode* cmil::NormalHandler::NodeSequence::getLastNode (  )  const [inline]

Definition at line 188 of file InputNode.h.

References m_last_node.

00188 { return m_last_node; } 


Member Data Documentation

InputNode* const cmil::NormalHandler::NodeSequence::m_last_node [private]

Definition at line 191 of file InputNode.h.

Referenced by getLastNode().


The documentation for this class was generated from the following file:
(c) 2006-2007 John P. Feltz
Generated on Wed Jul 25 16:08:03 2007 for Common Media Input Layer by doxygen 1.4.7

SourceForge.net Logo