PUMA Library Reference Manual
Loading...
Searching...
No Matches
Puma::LexerMap< L > Struct Template Reference

#include <LexerMap.h>

+ Inheritance diagram for Puma::LexerMap< L >:

Public Types

typedef std::map< unsignedint, L * >::iterator Iter
 
typedef std::map< unsignedint, L * >::value_type ValueType
 

Public Member Functions

 ~LexerMap ()
 
Iter create (unsigned id)
 

Member Typedef Documentation

◆ Iter

template<typename L >
typedef std::map<unsignedint,L*>::iterator Puma::LexerMap< L >::Iter

◆ ValueType

template<typename L >
typedef std::map<unsignedint,L*>::value_type Puma::LexerMap< L >::ValueType

Constructor & Destructor Documentation

◆ ~LexerMap()

template<typename L >
Puma::LexerMap< L >::~LexerMap ( )
inline

Member Function Documentation

◆ create()

template<typename L >
Iter Puma::LexerMap< L >::create ( unsigned  id)
inline