Frog
Namespaces | Functions | Variables
clex.cxx File Reference
#include "frog/clex.h"
#include <string>
#include <map>
Include dependency graph for clex.cxx:

Namespaces

 CLEX
 

Functions

Type CLEX::toCLEX (const string &s)
 
Type CLEX::toCLEX (const char c)
 
string CLEX::toString (const Type &t)
 
bool CLEX::is_CELEX_base (const Type &t)
 
Type CLEX::select_tag (const char ch)
 
const string & CLEX::get_iDescr (char c)
 
const std::string & CLEX::get_tDescr (CLEX::Type t)
 
ostream & operator<< (ostream &os, const CLEX::Type &t)
 

Variables

const map< CLEX::Type, string > CLEX::tagNames
 a harcoded table with a mapping for CLEX::Type to a description More...
 
const map< char, string > CLEX::iNames
 
const string CLEX::empty = ""
 

Function Documentation

◆ operator<<()

ostream& operator<< ( ostream &  os,
const CLEX::Type t 
)