Classes | |
| class | Collection |
| struct | SemanticInfo |
| struct | Item |
| struct | Type |
| struct | Scope |
| struct | Member |
| struct | ClassScope |
| struct | UsingDirectiveLinkable |
| struct | NamespaceScope |
| struct | BlockScope |
| struct | EnumType |
| struct | UnknownType |
| struct | ClassType |
| struct | BuiltinType |
| struct | PointerType |
| struct | ReferenceType |
| struct | GenericType |
| struct | AliasType |
| struct | Argument |
| struct | FunctionMember |
| struct | VariableMember |
| struct | UsingDeclarationMember |
| struct | NamespaceMember |
| struct | TypeMember |
| struct | NameUse |
| struct | UsingDirectiveLink |
Typedefs | |
| typedef Collection< Scope > | ScopeCollection |
| typedef Collection< Member > | MemberCollection |
| typedef Collection< Type > | TypeCollection |
| typedef Collection< NameUse > | NameUseCollection |
| typedef Collection< Argument > | ArgumentCollection |
Functions | |
| template<class T> | |
| T * | Create (TypedPool< CodeModel::Item > *p) |
Definition at line 86 of file codemodel.h.
| typedef Collection<Member> CodeModel::MemberCollection |
Definition at line 83 of file codemodel.h.
Definition at line 85 of file codemodel.h.
| typedef Collection<Scope> CodeModel::ScopeCollection |
Definition at line 82 of file codemodel.h.
| typedef Collection<Type> CodeModel::TypeCollection |
Definition at line 84 of file codemodel.h.
| T* CodeModel::Create | ( | TypedPool< CodeModel::Item > * | p | ) |
1.5.1