Bond 0.9
C++ Bond Runtime Library API Documentation
Loading...
Searching...
No Matches
Bond::ParseNodeList< NodeType > Class Template Reference

#include <bond/compiler/parsenodes.h>

Public Member Functions

 ParseNodeList ()
 
bool IsEmpty () const
 
NodeType * GetHead () const
 
void Append (NodeType *node)
 

Constructor & Destructor Documentation

◆ ParseNodeList()

template<typename NodeType >
Bond::ParseNodeList< NodeType >::ParseNodeList ( )
inline

Member Function Documentation

◆ Append()

template<typename NodeType >
void Bond::ParseNodeList< NodeType >::Append ( NodeType *  node)
inline

◆ GetHead()

template<typename NodeType >
NodeType * Bond::ParseNodeList< NodeType >::GetHead ( ) const
inline

◆ IsEmpty()

template<typename NodeType >
bool Bond::ParseNodeList< NodeType >::IsEmpty ( ) const
inline

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