Yosokumo::SpecialValue Class Reference

Represents an unsigned integer value. More...

#include <SpecialValue.h>

Inheritance diagram for Yosokumo::SpecialValue:
Inheritance graph
[legend]
Collaboration diagram for Yosokumo::SpecialValue:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 SpecialValue (uint64_t value)
 Instantiate a SpecialValue and assign it a value.
uint64_t getValue () const
 Return the special value stored in this object.
virtual std::string toString () const
 Return the special value as a string.

Detailed Description

Represents an unsigned integer value.

Definition at line 16 of file SpecialValue.h.


Constructor & Destructor Documentation

SpecialValue::SpecialValue ( uint64_t  value  ) 

Instantiate a SpecialValue and assign it a value.

Parameters:
value the value to assign to the new SpecialValue object.

Definition at line 10 of file SpecialValue.cpp.


Member Function Documentation

uint64_t SpecialValue::getValue (  )  const

Return the special value stored in this object.

Returns:
the special value.

Definition at line 13 of file SpecialValue.cpp.

References Yosokumo::Value::uint_value.

std::string SpecialValue::toString (  )  const [virtual]

Return the special value as a string.

Returns:
the special value as a string.

Reimplemented from Yosokumo::Value.

Definition at line 18 of file SpecialValue.cpp.

References Yosokumo::Value::uint_value.


The documentation for this class was generated from the following files:
Generated on Mon May 13 09:19:12 2013 for C++ Yosokumo API by  doxygen 1.6.3