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

#include <BlobType.h>

Public Member Functions

 BlobType ()
 
virtual ~BlobType ()
 
std::string getFormat () const
 Accessor to get the value of format. More...
 
bool setFormat (std::string format)
 Accessor to set value of format. More...
 
long getIndex () const
 Accessor to get the value of index. More...
 
bool setIndex (long index)
 Accessor to set value of index. More...
 
virtual std::string toString () const
 

Protected Attributes

std::string format
 
long index
 

Friends

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

Constructor & Destructor Documentation

§ BlobType()

openjaus::model::fields::BlobType::BlobType ( )

§ ~BlobType()

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

Member Function Documentation

§ getFormat()

std::string openjaus::model::fields::BlobType::getFormat ( ) const

§ getIndex()

long openjaus::model::fields::BlobType::getIndex ( ) const

§ setFormat()

bool openjaus::model::fields::BlobType::setFormat ( std::string  format)
Parameters
formatThe value of the new format.

§ setIndex()

bool openjaus::model::fields::BlobType::setIndex ( long  index)
Parameters
indexThe value of the new index.

§ toString()

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

Friends And Related Function Documentation

§ operator<< [1/2]

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

§ operator<< [2/2]

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

Member Data Documentation

§ format

std::string openjaus::model::fields::BlobType::format
protected

§ index

long openjaus::model::fields::BlobType::index
protected

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