MAK RTIspy API Documentation for HLA 1.3
Public Member Functions | Private Attributes | Friends
rti1516e::HLAinteger64Time Class Reference
+ Inheritance diagram for rti1516e::HLAinteger64Time:
+ Collaboration diagram for rti1516e::HLAinteger64Time:

List of all members.

Public Member Functions

 HLAinteger64Time ()
 HLAinteger64Time (Integer64 value)
 HLAinteger64Time (rti1516e::LogicalTime const &value)
 HLAinteger64Time (HLAinteger64Time const &value)
virtual ~HLAinteger64Time () throw ()
virtual void setInitial ()
virtual bool isInitial () const
virtual void setFinal ()
virtual bool isFinal () const
virtual rti1516e::LogicalTimeoperator= (rti1516e::LogicalTime const &value) throw (rti1516e::InvalidLogicalTime)
virtual rti1516e::LogicalTimeoperator+= (rti1516e::LogicalTimeInterval const &addend) throw (rti1516e::IllegalTimeArithmetic, rti1516e::InvalidLogicalTimeInterval)
virtual rti1516e::LogicalTimeoperator-= (rti1516e::LogicalTimeInterval const &subtrahend) throw (rti1516e::IllegalTimeArithmetic, rti1516e::InvalidLogicalTimeInterval)
virtual bool operator> (rti1516e::LogicalTime const &value) const throw (rti1516e::InvalidLogicalTime)
virtual bool operator< (rti1516e::LogicalTime const &value) const throw (rti1516e::InvalidLogicalTime)
virtual bool operator== (rti1516e::LogicalTime const &value) const throw (rti1516e::InvalidLogicalTime)
virtual bool operator>= (rti1516e::LogicalTime const &value) const throw (rti1516e::InvalidLogicalTime)
virtual bool operator<= (rti1516e::LogicalTime const &value) const throw (rti1516e::InvalidLogicalTime)
virtual
rti1516e::VariableLengthData 
encode () const
virtual size_t encode (void *buffer, size_t bufferSize) const throw (rti1516e::CouldNotEncode)
virtual size_t encodedLength () const
virtual void decode (rti1516e::VariableLengthData const &VariableLengthData) throw (rti1516e::InternalError, rti1516e::CouldNotDecode)
virtual void decode (void *buffer, size_t bufferSize) throw (rti1516e::InternalError, rti1516e::CouldNotDecode)
virtual std::wstring toString () const
virtual std::wstring implementationName () const
virtual Integer64 getTime () const
virtual void setTime (Integer64 value)
virtual HLAinteger64Timeoperator= (const HLAinteger64Time &) throw (rti1516e::InvalidLogicalTime)
 operator Integer64 () const

Private Attributes

HLAinteger64TimeImpl * _impl

Friends

class HLAinteger64Interval

Constructor & Destructor Documentation

virtual rti1516e::HLAinteger64Time::~HLAinteger64Time ( ) throw () [virtual]

Member Function Documentation

virtual void rti1516e::HLAinteger64Time::decode ( rti1516e::VariableLengthData const &  VariableLengthData) throw (rti1516e::InternalError, rti1516e::CouldNotDecode) [virtual]

Implements rti1516e::LogicalTime.

virtual void rti1516e::HLAinteger64Time::decode ( void *  buffer,
size_t  bufferSize 
) throw (rti1516e::InternalError, rti1516e::CouldNotDecode) [virtual]

Implements rti1516e::LogicalTime.

Implements rti1516e::LogicalTime.

virtual size_t rti1516e::HLAinteger64Time::encode ( void *  buffer,
size_t  bufferSize 
) const throw (rti1516e::CouldNotEncode) [virtual]

Implements rti1516e::LogicalTime.

virtual size_t rti1516e::HLAinteger64Time::encodedLength ( ) const [virtual]

Implements rti1516e::LogicalTime.

virtual Integer64 rti1516e::HLAinteger64Time::getTime ( ) const [virtual]
virtual std::wstring rti1516e::HLAinteger64Time::implementationName ( ) const [virtual]

Implements rti1516e::LogicalTime.

virtual bool rti1516e::HLAinteger64Time::isFinal ( ) const [virtual]

Implements rti1516e::LogicalTime.

virtual bool rti1516e::HLAinteger64Time::isInitial ( ) const [virtual]

Implements rti1516e::LogicalTime.

rti1516e::HLAinteger64Time::operator Integer64 ( ) const
virtual rti1516e::LogicalTime& rti1516e::HLAinteger64Time::operator+= ( rti1516e::LogicalTimeInterval const &  addend) throw (rti1516e::IllegalTimeArithmetic, rti1516e::InvalidLogicalTimeInterval) [virtual]

Implements rti1516e::LogicalTime.

virtual rti1516e::LogicalTime& rti1516e::HLAinteger64Time::operator-= ( rti1516e::LogicalTimeInterval const &  subtrahend) throw (rti1516e::IllegalTimeArithmetic, rti1516e::InvalidLogicalTimeInterval) [virtual]

Implements rti1516e::LogicalTime.

virtual bool rti1516e::HLAinteger64Time::operator< ( rti1516e::LogicalTime const &  value) const throw (rti1516e::InvalidLogicalTime) [virtual]

Implements rti1516e::LogicalTime.

virtual bool rti1516e::HLAinteger64Time::operator<= ( rti1516e::LogicalTime const &  value) const throw (rti1516e::InvalidLogicalTime) [virtual]

Implements rti1516e::LogicalTime.

virtual rti1516e::LogicalTime& rti1516e::HLAinteger64Time::operator= ( rti1516e::LogicalTime const &  value) throw (rti1516e::InvalidLogicalTime) [virtual]

Implements rti1516e::LogicalTime.

virtual HLAinteger64Time& rti1516e::HLAinteger64Time::operator= ( const HLAinteger64Time ) throw (rti1516e::InvalidLogicalTime) [virtual]
virtual bool rti1516e::HLAinteger64Time::operator== ( rti1516e::LogicalTime const &  value) const throw (rti1516e::InvalidLogicalTime) [virtual]

Implements rti1516e::LogicalTime.

virtual bool rti1516e::HLAinteger64Time::operator> ( rti1516e::LogicalTime const &  value) const throw (rti1516e::InvalidLogicalTime) [virtual]

Implements rti1516e::LogicalTime.

virtual bool rti1516e::HLAinteger64Time::operator>= ( rti1516e::LogicalTime const &  value) const throw (rti1516e::InvalidLogicalTime) [virtual]

Implements rti1516e::LogicalTime.

virtual void rti1516e::HLAinteger64Time::setFinal ( ) [virtual]

Implements rti1516e::LogicalTime.

virtual void rti1516e::HLAinteger64Time::setInitial ( ) [virtual]

Implements rti1516e::LogicalTime.

virtual void rti1516e::HLAinteger64Time::setTime ( Integer64  value) [virtual]
virtual std::wstring rti1516e::HLAinteger64Time::toString ( ) const [virtual]

Implements rti1516e::LogicalTime.


Friends And Related Function Documentation

friend class HLAinteger64Interval [friend]

Member Data Documentation

HLAinteger64TimeImpl* rti1516e::HLAinteger64Time::_impl [private]

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

Document ID: Generated on Thu Jun 14 14:15:04 EDT 2012 from SVN revision 116116
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)