#include <FA.h>
template<class T_Inputs>
struct bux::C_FA_Traits< T_Inputs >
- Examples
- parsergen/ScannerGen/main.cpp.
Definition at line 46 of file FA.h.
◆ equalInput()
◆ inputDifference()
template<class T_Inputs>
static void bux::C_FA_Traits< T_Inputs >::inputDifference |
( |
T_Inputs & | dst, |
|
|
const T_Inputs & | src ) |
|
static |
◆ inputIntersection()
template<class T_Inputs>
static void bux::C_FA_Traits< T_Inputs >::inputIntersection |
( |
T_Inputs & | dst, |
|
|
const T_Inputs & | src ) |
|
static |
◆ inputUnion()
template<class T_Inputs>
static void bux::C_FA_Traits< T_Inputs >::inputUnion |
( |
T_Inputs & | dst, |
|
|
const T_Inputs & | src ) |
|
static |
◆ isEmptyInput()
The documentation for this struct was generated from the following file: