libalcommon  1.14.5
Namespaces | Functions
Signature

Namespaces

namespace  AL
 

NAOqi.


Functions

std::string AL::getTypeString (int type)
 Return a string with the type name of parameters.
template<typename T >
std::string AL::getParamStrType ()
 Return a string with the OS type name of parameters.

Function Documentation

template<typename T >
std::string AL::getParamStrType ( )

Return a string with the OS type name of parameters.

Returns:
"bool", "int", "float", "string", "array", "vector<int>", "vector<float>", "vector<string>", "void", "void *", "???" (= ParamError), "unknown"

Definition at line 45 of file alparamtype.h.

std::string AL::getTypeString ( int  type)

Return a string with the type name of parameters.

Returns:
"bool", "int", "float", "string", "array", "vector<int>", "vector<float>", "vector<string>", "void", "void *", "???" (= ParamError), "unknown"
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines