OpenJAUS Software Development Kit  4.3.1
Public Member Functions | Friends | List of all members
openjaus::model::fields::Signed Class Reference

#include <Signed.h>

Inherits openjaus::model::fields::FixedPoint.

Inherited by openjaus::model::fields::Byte, openjaus::model::fields::Integer, openjaus::model::fields::Long, and openjaus::model::fields::Short.

Public Member Functions

 Signed ()
 
virtual ~Signed ()
 
virtual std::string toString () const
 
- Public Member Functions inherited from openjaus::model::fields::FixedPoint
virtual ~FixedPoint ()
 
- Public Member Functions inherited from openjaus::model::fields::Unitized
virtual ~Unitized ()
 
Units getUnits () const
 Accessor to get the value of units. More...
 
bool setUnits (Units units)
 Accessor to set value of units. More...
 

Friends

OPENJAUS_EXPORT friend std::ostream & operator<< (std::ostream &output, const Signed &object)
 
OPENJAUS_EXPORT friend std::ostream & operator<< (std::ostream &output, const Signed *object)
 

Additional Inherited Members

- Protected Attributes inherited from openjaus::model::fields::Unitized
Units units
 

Constructor & Destructor Documentation

§ Signed()

openjaus::model::fields::Signed::Signed ( )

§ ~Signed()

openjaus::model::fields::Signed::~Signed ( )
virtual

Member Function Documentation

§ toString()

std::string openjaus::model::fields::Signed::toString ( ) const
virtual

Friends And Related Function Documentation

§ operator<< [1/2]

OPENJAUS_EXPORT friend std::ostream& operator<< ( std::ostream &  output,
const Signed object 
)
friend

§ operator<< [2/2]

OPENJAUS_EXPORT friend std::ostream& operator<< ( std::ostream &  output,
const Signed object 
)
friend

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