#include <stdio.h>#include <stdlib.h>#include <assert.h>#include "TClassEdit.h"#include <ctype.h>#include "Rstrstream.h"#include <set>#include "Api.h"Go to the source code of this file.
Namespaces | |
| namespace | std |
Functions | |
| int | TClassEdit::STLKind (const char *type) |
| int | TClassEdit::STLArgs (int kind) |
| bool | TClassEdit::IsDefAlloc (const char *allocname, const char *classname) |
| bool | TClassEdit::IsDefAlloc (const char *allocname, const char *keyclassname, const char *valueclassname) |
| bool | TClassEdit::IsDefComp (const char *compname, const char *classname) |
| string | TClassEdit::GetLong64_Name (const string &original) |
| int | TClassEdit::GetSplit (const char *type, vector< string > &output, int &nestedLoc, EModType mode) |
| string | TClassEdit::CleanType (const char *typeDesc, int mode, const char **tail) |
| string | TClassEdit::ShortType (const char *typeDesc, int mode) |
| bool | TClassEdit::IsSTLBitset (const char *classname) |
| int | TClassEdit::IsSTLCont (const char *type, int testAlloc) |
| bool | TClassEdit::IsStdClass (const char *classname) |
| bool | TClassEdit::IsVectorBool (const char *name) |
| static bool | ShouldReplace (const char *name) |
| string | TClassEdit::ResolveTypedef (const char *tname, bool resolveAll) |
| string | TClassEdit::InsertStd (const char *tname) |
| static bool @531::ShouldReplace | ( | const char * | name | ) | [static] |
Definition at line 669 of file TClassEdit.cxx.
References i.
Referenced by TClassEdit::ResolveTypedef().
1.5.1