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
src
FA.cpp
Go to the documentation of this file.
1
#include "
FA.h
"
2
3
namespace
bux
{
4
5
unsigned
C_NfaState::nextId =0;
6
7
C_NfaState::C_NfaState
(): id(nextId++)
8
{
9
}
10
11
}
//namespace bux
12
FA.h
bux::C_NfaState::C_NfaState
C_NfaState()
Definition
FA.cpp:7
bux
THE common namespace of bux library.
Definition
AtomiX.cpp:3
Generated by
1.12.0