zenilib  0.5.3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
VariableInfo.cpp File Reference

Go to the source code of this file.

Functions

static TString arrayBrackets (int index)
 
static void getBuiltInVariableInfo (const TType &type, const TString &name, const TString &mappedName, TVariableInfoList &infoList)
 
static void getUserDefinedVariableInfo (const TType &type, const TString &name, const TString &mappedName, TVariableInfoList &infoList, ShHashFunction64 hashFunction)
 
static ShDataType getVariableDataType (const TType &type)
 
static void getVariableInfo (const TType &type, const TString &name, const TString &mappedName, TVariableInfoList &infoList, ShHashFunction64 hashFunction)
 

Function Documentation

static TString arrayBrackets ( int  index)
static
void getBuiltInVariableInfo ( const TType type,
const TString name,
const TString mappedName,
TVariableInfoList infoList 
)
static
void getUserDefinedVariableInfo ( const TType type,
const TString name,
const TString mappedName,
TVariableInfoList infoList,
ShHashFunction64  hashFunction 
)
static