SimpleLexer::Rule Struct Reference

#include <ArmarXGui/libraries/StructuralJson/SimpleLexer.h>

Public Member Functions

 Rule (int id, const std::string &name, const boost::regex &regex)
 

Public Attributes

int id
 
std::string name
 
boost::regex regex
 

Detailed Description

Definition at line 32 of file SimpleLexer.h.

Constructor & Destructor Documentation

◆ Rule()

Rule ( int  id,
const std::string &  name,
const boost::regex &  regex 
)
inline

Definition at line 34 of file SimpleLexer.h.

Member Data Documentation

◆ id

int id

Definition at line 37 of file SimpleLexer.h.

◆ name

std::string name

Definition at line 38 of file SimpleLexer.h.

◆ regex

boost::regex regex

Definition at line 39 of file SimpleLexer.h.


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