Eneboo - Documentación para desarrolladores
|
'defines' | |
#define | HASH(ch, len) ( (ch) | ((len) << 8) ) |
#define | CHECK(target) |
Enumeraciones | |
enum | { Tok_Boi, Tok_Ampersand, Tok_Aster, Tok_LeftParen, Tok_RightParen, Tok_Equal, Tok_LeftBrace, Tok_RightBrace, Tok_Semicolon, Tok_Colon, Tok_LeftAngle, Tok_RightAngle, Tok_Comma, Tok_Ellipsis, Tok_Gulbrandsen, Tok_LeftBracket, Tok_RightBracket, Tok_Tilde, Tok_Something, Tok_Comment, Tok_Ident, Tok_char, Tok_const, Tok_double, Tok_int, Tok_long, Tok_operator, Tok_short, Tok_signed, Tok_unsigned } |
Funciones | |
void | extractCppFunctions (const QString &code, QValueList< CppFunction > *flist) |
QString | canonicalCppProto (const QString &proto) |
anonymous enum |
void extractCppFunctions | ( | const QString & | code, |
QValueList< CppFunction > * | flist | ||
) |