|
Classes |
class | other_mem_fun_t< ReturnType, CalleeType, ArgType > |
Defines |
#define | MAXLEN 64 |
Enumerations |
enum | syntax_t { SYNTAX_OLD = 1,
SYNTAX_NEW = 2,
SYNTAX_PROPERTY = 4,
SYNTAX_GUIDING = 8
} |
enum | xta_part_t {
S_XTA,
S_DECLARATION,
S_LOCAL_DECL,
S_INST,
S_SYSTEM,
S_PARAMETERS,
S_INVARIANT,
S_GUARD,
S_SYNC,
S_ASSIGN
} |
Functions |
template<typename ReturnType, typename CalleeType, typename ArgType> other_mem_fun_t< ReturnType,
CalleeType, ArgType > | other_mem_fun (CalleeType *callee, ReturnType(CalleeType::*pfn)(ArgType)) |
int32_t | parseXTA (FILE *, UTAP::ParserBuilder *, UTAP::ErrorHandler *, bool newxta, xta_part_t part) |
int32_t | parseXTA (const char *, UTAP::ParserBuilder *, UTAP::ErrorHandler *, bool newxta, xta_part_t part) |
bool | isKeyword (const char *id, uint32_t syntax) |