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