10 #ifndef _EMBEDDED_RPC__CONST_H_ 11 #define _EMBEDDED_RPC__CONST_H_ 40 :
Symbol(kConstSymbol, tok)
81 #endif // _EMBEDDED_RPC__CONST_H_ void setDataType(DataType *dataType)
This function sets constant data type.
Definition: ConstType.h:65
Value * m_value
Definition: ConstType.h:76
ConstType(const Token &tok, DataType *dataType, Value *value)
Constructor.
Definition: ConstType.h:39
Const class.
Definition: ConstType.h:27
void setValue(Value *value)
This function sets constant value.
Definition: ConstType.h:72
Value * getValue()
This function returns value of constant data type.
Definition: ConstType.h:58
Base class for all named declarations in the IDL.
Definition: Symbol.h:28
DataType * m_dataType
Definition: ConstType.h:75
Abstract base class for values of arbitrary types.
Definition: Value.h:27
Base class for data types.
Definition: DataType.h:26
Encapsulates all information about a token.
Definition: Token.h:60
DataType * getDataType()
This function returns pointer to element data type.
Definition: ConstType.h:51