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

This is a brief description. More...

#include <FieldReference.h>

Inherits openjaus::model::fields::Field.

Public Member Functions

 FieldReference ()
 
virtual ~FieldReference ()
 
ComplexFieldgetReference () const
 Accessor to get the value of reference. More...
 
bool setReference (ComplexField *reference)
 Accessor to set value of reference. More...
 
virtual std::string toString () const
 
- Public Member Functions inherited from openjaus::model::fields::Field
 Field ()
 
virtual ~Field ()
 
std::string getName () const
 Accessor to get the value of name. More...
 
bool setName (std::string name)
 Accessor to set value of name. More...
 

Protected Attributes

ComplexFieldreference
 
- Protected Attributes inherited from openjaus::model::fields::Field
std::string name
 

Friends

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

Detailed Description

Detailed description.

Author
Name (name@.nosp@m.emai.nosp@m.l.com)

Constructor & Destructor Documentation

§ FieldReference()

openjaus::model::fields::FieldReference::FieldReference ( )

§ ~FieldReference()

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

Member Function Documentation

§ getReference()

ComplexField * openjaus::model::fields::FieldReference::getReference ( ) const

§ setReference()

bool openjaus::model::fields::FieldReference::setReference ( ComplexField reference)
Parameters
referenceThe value of the new reference.

§ toString()

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

Reimplemented from openjaus::model::fields::Field.

Friends And Related Function Documentation

§ operator<< [1/2]

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

§ operator<< [2/2]

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

Member Data Documentation

§ reference

ComplexField* openjaus::model::fields::FieldReference::reference
protected

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