Classes | |
class | _GenericDeclaration |
class | _NestedType |
class | _NullDict |
class | AstBuilder |
class | Class |
class | Define |
class | Delete |
class | Enum |
class | Expr |
class | Friend |
class | Function |
class | Goto |
class | Include |
class | Method |
class | Node |
class | Parameter |
class | Return |
class | Struct |
class | Type |
class | TypeConverter |
class | Typedef |
class | Union |
class | Using |
class | VariableDeclaration |
Functions | |
def | BuilderFromSource |
def | main |
def | next |
def | PrintAllIndentifiers |
def | PrintIndentifiers |
def | reversed |
Variables | |
string | __author__ = 'nnorwitz@google.com (Neal Norwitz)' |
string | _INTERNAL_TOKEN = 'internal' |
string | _NAMESPACE_POP = 'ns-pop' |
int | FUNCTION_ATTRIBUTE = 0x20 |
int | FUNCTION_CONST = 0x01 |
int | FUNCTION_CTOR = 0x08 |
int | FUNCTION_DTOR = 0x10 |
int | FUNCTION_NONE = 0x00 |
int | FUNCTION_PURE_VIRTUAL = 0x04 |
int | FUNCTION_THROW = 0x80 |
int | FUNCTION_UNKNOWN_ANNOTATION = 0x40 |
int | FUNCTION_VIRTUAL = 0x02 |
def cpp.ast.BuilderFromSource | ( | source, | |
filename | |||
) |
def cpp.ast.main | ( | argv | ) |
def cpp.ast.next | ( | obj | ) |
def cpp.ast.PrintAllIndentifiers | ( | filenames, | |
should_print | |||
) |
def cpp.ast.PrintIndentifiers | ( | filename, | |
should_print | |||
) |
def cpp.ast.reversed | ( | seq | ) |
string cpp::ast::__author__ = 'nnorwitz@google.com (Neal Norwitz)' |
string cpp::ast::_INTERNAL_TOKEN = 'internal' |
string cpp::ast::_NAMESPACE_POP = 'ns-pop' |
int cpp::ast::FUNCTION_ATTRIBUTE = 0x20 |
int cpp::ast::FUNCTION_CONST = 0x01 |
int cpp::ast::FUNCTION_CTOR = 0x08 |
int cpp::ast::FUNCTION_DTOR = 0x10 |
int cpp::ast::FUNCTION_NONE = 0x00 |
int cpp::ast::FUNCTION_PURE_VIRTUAL = 0x04 |
int cpp::ast::FUNCTION_THROW = 0x80 |
int cpp::ast::FUNCTION_UNKNOWN_ANNOTATION = 0x40 |
int cpp::ast::FUNCTION_VIRTUAL = 0x02 |