hobbes
a language, embedded compiler, and runtime for efficient dynamic expression evaluation, data storage and analysis
Public Member Functions | Public Attributes | List of all members
hobbes::RCharRange Struct Reference
Inheritance diagram for hobbes::RCharRange:
Inheritance graph
Collaboration diagram for hobbes::RCharRange:
Collaboration graph

Public Member Functions

 RCharRange (rchar_t b, rchar_t e)
 
void show (std::ostream &out) const
 

Public Attributes

rchar_t b
 
rchar_t e
 

Constructor & Destructor Documentation

◆ RCharRange()

hobbes::RCharRange::RCharRange ( rchar_t  b,
rchar_t  e 
)
inline

Member Function Documentation

◆ show()

void hobbes::RCharRange::show ( std::ostream &  out) const
inlinevirtual

Implements hobbes::Regex.

Member Data Documentation

◆ b

rchar_t hobbes::RCharRange::b

◆ e

rchar_t hobbes::RCharRange::e

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