imebra  build 2011-09-18_22-24-41
puntoexe::imebra::handlers::dataHandlerNumericBase Class Reference

This is the base class for the data handlers that manage numeric values. More...

#include <dataHandlerNumeric.h>

Inheritance diagram for puntoexe::imebra::handlers::dataHandlerNumericBase:
puntoexe::imebra::handlers::dataHandler puntoexe::baseObject puntoexe::imebra::handlers::dataHandlerNumeric< imbxUint8 > puntoexe::imebra::handlers::dataHandlerNumeric< dataHandlerType > puntoexe::imebra::handlers::dataHandlerRaw

List of all members.

Public Member Functions

ptr< memorygetMemory ()
 Returns the memory object that stores the data managed by the handler.
virtual bool isSigned () const =0
 Returns truen if the buffer's elements are signed, false otherwise.

Detailed Description

This is the base class for the data handlers that manage numeric values.


Member Function Documentation

ptr<memory> puntoexe::imebra::handlers::dataHandlerNumericBase::getMemory ( ) [inline]

Returns the memory object that stores the data managed by the handler.

Returns:
the memory object that stores the data managed by the handler
virtual bool puntoexe::imebra::handlers::dataHandlerNumericBase::isSigned ( ) const [pure virtual]

Returns truen if the buffer's elements are signed, false otherwise.

Returns:
true if the buffer's elements are signed, or false otherwise

The documentation for this class was generated from the following file: