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
bux::C_NfaState Class Reference

#include <FA.h>

Public Member Functions

 C_NfaState ()
 
 C_NfaState (const C_NfaState &a)=default
 
C_NfaStateoperator= (const C_NfaState &a)=default
 
auto operator<=> (const C_NfaState &a) const
 
bool operator== (const C_NfaState &a) const
 

Detailed Description

State of NFA ( NFA is defined below )

Definition at line 18 of file FA.h.

Constructor & Destructor Documentation

◆ C_NfaState() [1/2]

bux::C_NfaState::C_NfaState ( )

Definition at line 7 of file FA.cpp.

◆ C_NfaState() [2/2]

bux::C_NfaState::C_NfaState ( const C_NfaState & a)
default

Member Function Documentation

◆ operator<=>()

auto bux::C_NfaState::operator<=> ( const C_NfaState & a) const
inline

Definition at line 28 of file FA.h.

◆ operator=()

C_NfaState & bux::C_NfaState::operator= ( const C_NfaState & a)
default

◆ operator==()

bool bux::C_NfaState::operator== ( const C_NfaState & a) const
inline

Definition at line 29 of file FA.h.


The documentation for this class was generated from the following files: