#include <ReaderState.hpp>
Inheritance diagram for SampleState:Public Types | |
| typedef std::bitset< 32 > | MaskType |
Public Member Functions | |
| SampleState () | |
| SampleState (const SampleState &src) | |
| SampleState (const MaskType &src) | |
Static Public Member Functions | |
| static const SampleState | read () |
| static const SampleState | not_read () |
| static const SampleState | any () |
Definition at line 31 of file ReaderState.hpp.
| typedef std::bitset< 32 > MaskType |
Definition at line 33 of file ReaderState.hpp.
| SampleState | ( | ) | [inline] |
Definition at line 36 of file ReaderState.hpp.
| SampleState | ( | const SampleState & | src | ) | [inline] |
Definition at line 37 of file ReaderState.hpp.
| SampleState | ( | const MaskType & | src | ) | [inline] |
Definition at line 38 of file ReaderState.hpp.
| static const SampleState any | ( | ) | [inline, static] |
Definition at line 49 of file ReaderState.hpp.
| static const SampleState not_read | ( | ) | [inline, static] |
Definition at line 45 of file ReaderState.hpp.
| static const SampleState read | ( | ) | [inline, static] |
Definition at line 41 of file ReaderState.hpp.
1.7.1