GlobalObjects
Loading...
Searching...
No Matches
glo::FloatRecordAttribute Class Reference

Class for the float attributes of a Record. More...

#include <GloFloatRecordAttribute.h>

Inheritance diagram for glo::FloatRecordAttribute:

Public Member Functions

 FloatRecordAttribute (ClassInfoAttribute *pType, const std::streampos &rFilePos)
 
 FloatRecordAttribute (ClassInfoAttribute *pType, float fValue, const std::streampos &rFilePos)
 
virtual bool dataIsFieldContent () const
 
int getAcceptedDecimals () const
 
virtual BaseRecordAttributegetCopy ()
 
virtual unsigned short getDataFieldLength () const
 
virtual std::string getValueAsDataString () const
 
virtual std::string getValueAsDisplayString () const
 
virtual std::string getValueAsStreamString () const
 
virtual std::string getValueAsString () const
 
virtual void * getValueAsVoidPointer ()
 
const float & getValueRef () const
 
virtual void initNew ()
 
void setValue (float fValue)
 
virtual void setValueFromVoid (void *pValue)
 
virtual int takeValue (const BaseRecordAttribute &rT)
 
bool operator== (const FloatRecordAttribute &rT) const
 Comparison operator.
 
bool operator!= (const FloatRecordAttribute &rT) const
 Comparison operator.
 
- Public Member Functions inherited from glo::FNumRecordAttribute
 FNumRecordAttribute (ClassInfoAttribute *pType, const std::streampos &rFilePos)
 
template<typename T >
std::string getTValueAsString (const T &rTValue, bool bFillBlanks) const
 
bool operator== (const FNumRecordAttribute &rT) const
 Comparison operator, all attributes are compared.
 
bool operator!= (const FNumRecordAttribute &rT) const
 Comparison operator, all attributes are compared.
 
- Public Member Functions inherited from glo::BaseRecordAttribute
 BaseRecordAttribute (ClassInfoAttribute *pClassInfoAttribut, const std::streampos &rFilePos)
 
virtual ~BaseRecordAttribute ()
 
unsigned int forget ()
 
AttributeID getAttributeID () const
 
virtual int getAttributeValueBlob (eut::Blob &rBlob) const
 
ClassInfoAttributegetClassInfoAttribute () const
 
std::string getClassMemberName () const
 
std::string getClassName () const
 
virtual std::string getDataReference () const
 
EnDataType getDataType () const
 
std::string getFieldName () const
 
int getFieldPos ()
 
std::streampos getFilePosition () const
 
virtual int getFormattedFieldContents (std::string &rsRetVal, DATA_REFERENCE_INFO &rRetValInfo, ObjID ObjID)
 
EnDataTypeGroup getInfoType ()
 
unsigned int getReferenceCount () const
 
std::string getTableFieldName () const
 
std::string getTableName () const
 
ClassInfoAttribute::Type getType () const
 
std::string getTypeAsCppString () const
 
std::string getTypeAsString () const
 
std::string getTypeInfo () const
 
unsigned int remember ()
 
virtual void setDataReference (const std::string &rsDataReference)
 
void setFilePosition (const std::streampos &rFilePos)
 
virtual int setValueFromObjectAttributeID (Persistent &rObject, const AttributeID &rAttributeID)
 
virtual int updateDataReference (const std::string &rsDataPath, DATA_REFERENCE_INFO MethodInfo)
 
bool operator== (const BaseRecordAttribute &rT) const
 Comparison operator, all attributes are compared.
 
bool operator!= (const BaseRecordAttribute &rT) const
 Comparison operator, all attributes are compared.
 

Protected Member Functions

 FloatRecordAttribute ()
 
 FloatRecordAttribute (const FloatRecordAttribute &rT)
 
virtual ~FloatRecordAttribute ()
 
- Protected Member Functions inherited from glo::FNumRecordAttribute
 FNumRecordAttribute ()
 
 FNumRecordAttribute (const FNumRecordAttribute &rT)
 
virtual ~FNumRecordAttribute ()
 
- Protected Member Functions inherited from glo::BaseRecordAttribute
 BaseRecordAttribute ()
 
 BaseRecordAttribute (const BaseRecordAttribute &rT)
 

Private Member Functions

FloatRecordAttributeoperator= (const FloatRecordAttribute &)
 

Private Attributes

float m_fValue
 

Detailed Description

Class for the float attributes of a Record.

Represents an attribute of the type 'float' of a persistent object.

Author
Helmut Jakoby

Constructor & Destructor Documentation

◆ FloatRecordAttribute() [1/4]

glo::FloatRecordAttribute::FloatRecordAttribute ( )
protected

The standard constructor is not available.

◆ ~FloatRecordAttribute()

virtual glo::FloatRecordAttribute::~FloatRecordAttribute ( )
protectedvirtual

The destructor is not available. The object may only be removed from memory using forget().

◆ FloatRecordAttribute() [2/4]

glo::FloatRecordAttribute::FloatRecordAttribute ( ClassInfoAttribute * pType,
const std::streampos & rFilePos )

Constructor with parameter passing.

Parameters
[in]pTypeA class information attribute is expected.
[in]rFilePosThe file position.
Exceptions
eut::ErrorNExceptionAn exception will be thrown if an error occurs.
Attention
Since objects of these classes are only instantiated by internal objects like Record and TableReaderInterface, and they know what they are doing, a type check of the class information attribute is omitted!

◆ FloatRecordAttribute() [3/4]

glo::FloatRecordAttribute::FloatRecordAttribute ( ClassInfoAttribute * pType,
float fValue,
const std::streampos & rFilePos )

Constructor with parameter passing.

Parameters
[in]pTypeA class information attribute is expected.
[in]fValueThe value of the attribute.
[in]rFilePosThe file position.
Exceptions
eut::ErrorNExceptionAn exception will be thrown if an error occurs.
Attention
Since objects of these classes are only instantiated by internal objects like Record and TableReaderInterface, and they know what they are doing, a type check of the class information attribute is omitted!

◆ FloatRecordAttribute() [4/4]

glo::FloatRecordAttribute::FloatRecordAttribute ( const FloatRecordAttribute & rT)
protected

Copy constructor.

Parameters
[in]rTThe data is copied from this object.
See also
getCopy()

Member Function Documentation

◆ dataIsFieldContent()

virtual bool glo::FloatRecordAttribute::dataIsFieldContent ( ) const
virtual

Returns true, because the attribute data is stored as field content.

Returns
see above

Implements glo::BaseRecordAttribute.

◆ getAcceptedDecimals()

int glo::FloatRecordAttribute::getAcceptedDecimals ( ) const

Returns the number of the specified decimal places.

Returns
See above.

◆ getCopy()

virtual BaseRecordAttribute * glo::FloatRecordAttribute::getCopy ( )
virtual

Returns a copy of the object. Sometimes a copy of an attribute is needed, e.g. if a deep-copied record (with copied attributes) is needed.

Returns
The copy of this attribute
Attention
The supplied object must be removed from memory by the calling instance.

Implements glo::BaseRecordAttribute.

◆ getDataFieldLength()

virtual unsigned short glo::FloatRecordAttribute::getDataFieldLength ( ) const
virtual

Returns the record field length of the attribute value.

Returns
The field length.
See also
FLOAT_TEXT_LENGTH

Implements glo::BaseRecordAttribute.

◆ getValueAsDataString()

virtual std::string glo::FloatRecordAttribute::getValueAsDataString ( ) const
virtual

Returns the value as a formatted data string with the correct length with the correct length for the entry in the table file.
If decimal places are defined in the class information attribute, these are taken into account (e.g. the number 123 with 4 decimal places => " 123.0000", otherwise the number is delivered in "scientific-mode" (e.g. the number 123 => " 1.230000e+002").

Returns
The value as formatted data string in the correct length.

Implements glo::BaseRecordAttribute.

◆ getValueAsDisplayString()

virtual std::string glo::FloatRecordAttribute::getValueAsDisplayString ( ) const
virtual

Returns the value as it can be displayed for the GUI.

Returns
The value for the display, usually like getValueAsString()

Implements glo::BaseRecordAttribute.

◆ getValueAsStreamString()

virtual std::string glo::FloatRecordAttribute::getValueAsStreamString ( ) const
virtual

Returns the value as string for the DataStreamer.

Returns
The value for the DataStreamer.

Implements glo::BaseRecordAttribute.

◆ getValueAsString()

virtual std::string glo::FloatRecordAttribute::getValueAsString ( ) const
virtual

Returns the value of the attribute as a string. If decimal places are defined in the class information attribute, these are taken into account (e.g. the number 123 with 4 decimal places => "123.0000", otherwise the number is delivered in "scientific-mode" (e.g. the number 123 => "1.230000e+002").

Returns
The value as string.

Implements glo::BaseRecordAttribute.

◆ getValueAsVoidPointer()

virtual void * glo::FloatRecordAttribute::getValueAsVoidPointer ( )
virtual

Returns a raw pointer to the value.

Returns
The raw pointer to the value.

Implements glo::BaseRecordAttribute.

◆ getValueRef()

const float & glo::FloatRecordAttribute::getValueRef ( ) const

Returns the reference to the value.

Returns
The value.

◆ initNew()

virtual void glo::FloatRecordAttribute::initNew ( )
virtual

Reinitializes the attribute, the value is set to 0.

Implements glo::BaseRecordAttribute.

◆ operator!=()

bool glo::FloatRecordAttribute::operator!= ( const FloatRecordAttribute & rT) const

Comparison operator.

Parameters
[in]rTThe object to be compared with this one.

◆ operator=()

FloatRecordAttribute & glo::FloatRecordAttribute::operator= ( const FloatRecordAttribute & )
private

The assignment operator is not available.

◆ operator==()

bool glo::FloatRecordAttribute::operator== ( const FloatRecordAttribute & rT) const

Comparison operator.

Parameters
[in]rTThe object to be compared with this one.

◆ setValue()

void glo::FloatRecordAttribute::setValue ( float fValue)

Sets the value of the attribute.

Parameters
[in]fValueThe new value.

◆ setValueFromVoid()

virtual void glo::FloatRecordAttribute::setValueFromVoid ( void * pValue)
virtual

Sets the value of the attribute. Is assigned via a static_cast.

Parameters
[in]pValueThe raw pointer to the value.

Implements glo::BaseRecordAttribute.

◆ takeValue()

virtual int glo::FloatRecordAttribute::takeValue ( const BaseRecordAttribute & rT)
virtual

Adopts the value from transferred attribute, if possible. An attempt is made to cast the value in some way.

Parameters
[in]rTThe persistent attribute from which the values are to be taken.
Returns
An error or warning message from subclasses will be delivered if the cast does not work.

Reimplemented from glo::BaseRecordAttribute.

Member Data Documentation

◆ m_fValue

float glo::FloatRecordAttribute::m_fValue
private

The value of the attribute.


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