bux API Reference 1.9.0
Static library of whatever are seen required in general purpose but not directly supported from Modern C++. Or whatever reusable originated from my side projects.
Loading...
Searching...
No Matches
FA.h File Reference
#include "XException.h"
#include <algorithm>
#include <concepts>
#include <list>
#include <map>
#include <set>
#include <vector>
Include dependency graph for FA.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  bux::C_NfaState
 
struct  bux::C_FA_Traits< T_Inputs >
 
class  bux::C_NFA< T_Inputs, T_Action, C_Traits >
 
class  bux::C_DFA< T_Inputs, T_Action, C_Traits >
 

Namespaces

namespace  bux
 THE common namespace of bux library.
 

Enumerations

enum  { bux::FA_OPTIONAL = 1<<0 , bux::FA_REPEATABLE = 1<<1 }