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