#include <Various.h>
Public Member Functions | |
| entry_t (entry_datatype_t d, bool s) | |
Data Fields | |
| entry_datatype_t | datatype |
| bool | allow_sign |
|
||||||||||||
|
Definition at line 56 of file Various.h. 00056 : 00057 datatype(d), allow_sign(s) {} entry_datatype_t datatype;
|
|
|
Definition at line 59 of file Various.h. Referenced by entry_handler(). |
|
|
Definition at line 58 of file Various.h. Referenced by entry_handler(). |
1.3.9.1