MAK RTIspy API Documentation for HLA 1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions | Private Attributes
rti1516e::HLAinteger64Interval Class Reference
+ Inheritance diagram for rti1516e::HLAinteger64Interval:
+ Collaboration diagram for rti1516e::HLAinteger64Interval:

Public Member Functions

 HLAinteger64Interval ()
 HLAinteger64Interval (HLAinteger64Interval const &rhs)
 HLAinteger64Interval (rti1516e::LogicalTimeInterval const &rhs)
 HLAinteger64Interval (Integer64)
virtual ~HLAinteger64Interval () throw ()
virtual void setZero ()
virtual bool isZero () const
virtual void setEpsilon ()
virtual bool isEpsilon () const
virtual
rti1516e::LogicalTimeInterval
operator= (rti1516e::LogicalTimeInterval const &value) throw (rti1516e::InvalidLogicalTimeInterval)
virtual
rti1516e::LogicalTimeInterval
operator+= (rti1516e::LogicalTimeInterval const &addend) throw (rti1516e::IllegalTimeArithmetic, rti1516e::InvalidLogicalTimeInterval)
virtual
rti1516e::LogicalTimeInterval
operator-= (rti1516e::LogicalTimeInterval const &subtrahend) throw (rti1516e::IllegalTimeArithmetic, rti1516e::InvalidLogicalTimeInterval)
virtual bool operator> (rti1516e::LogicalTimeInterval const &value) const throw (rti1516e::InvalidLogicalTimeInterval)
virtual bool operator< (rti1516e::LogicalTimeInterval const &value) const throw (rti1516e::InvalidLogicalTimeInterval)
virtual bool operator== (rti1516e::LogicalTimeInterval const &value) const throw (rti1516e::InvalidLogicalTimeInterval)
virtual bool operator>= (rti1516e::LogicalTimeInterval const &value) const throw (rti1516e::InvalidLogicalTimeInterval)
virtual bool operator<= (rti1516e::LogicalTimeInterval const &value) const throw (rti1516e::InvalidLogicalTimeInterval)
virtual void setToDifference (rti1516e::LogicalTime const &minuend, rti1516e::LogicalTime const &subtrahend) throw (rti1516e::IllegalTimeArithmetic, 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 &encodedValue) 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 getInterval () const
virtual void setInterval (Integer64 value)
virtual HLAinteger64Intervaloperator= (const HLAinteger64Interval &value) throw (rti1516e::InvalidLogicalTimeInterval)
 operator Integer64 () const
- Public Member Functions inherited from rti1516e::LogicalTimeInterval
virtual ~LogicalTimeInterval ()=0 throw ()

Private Attributes

HLAinteger64IntervalImpl * _impl

Constructor & Destructor Documentation

rti1516e::HLAinteger64Interval::HLAinteger64Interval ( )
rti1516e::HLAinteger64Interval::HLAinteger64Interval ( HLAinteger64Interval const &  rhs)
rti1516e::HLAinteger64Interval::HLAinteger64Interval ( rti1516e::LogicalTimeInterval const &  rhs)
rti1516e::HLAinteger64Interval::HLAinteger64Interval ( Integer64  )
virtual rti1516e::HLAinteger64Interval::~HLAinteger64Interval ( ) throw ()
virtual

Member Function Documentation

virtual void rti1516e::HLAinteger64Interval::decode ( rti1516e::VariableLengthData const &  encodedValue) throw (rti1516e::InternalError, rti1516e::CouldNotDecode)
virtual
virtual void rti1516e::HLAinteger64Interval::decode ( void *  buffer,
size_t  bufferSize 
) throw (rti1516e::InternalError, rti1516e::CouldNotDecode)
virtual
virtual rti1516e::VariableLengthData rti1516e::HLAinteger64Interval::encode ( ) const
virtual
virtual size_t rti1516e::HLAinteger64Interval::encode ( void *  buffer,
size_t  bufferSize 
) const throw (rti1516e::CouldNotEncode)
virtual
virtual size_t rti1516e::HLAinteger64Interval::encodedLength ( ) const
virtual
virtual Integer64 rti1516e::HLAinteger64Interval::getInterval ( ) const
virtual
virtual std::wstring rti1516e::HLAinteger64Interval::implementationName ( ) const
virtual
virtual bool rti1516e::HLAinteger64Interval::isEpsilon ( ) const
virtual
virtual bool rti1516e::HLAinteger64Interval::isZero ( ) const
virtual
rti1516e::HLAinteger64Interval::operator Integer64 ( ) const
virtual rti1516e::LogicalTimeInterval& rti1516e::HLAinteger64Interval::operator+= ( rti1516e::LogicalTimeInterval const &  addend) throw (rti1516e::IllegalTimeArithmetic, rti1516e::InvalidLogicalTimeInterval)
virtual
virtual rti1516e::LogicalTimeInterval& rti1516e::HLAinteger64Interval::operator-= ( rti1516e::LogicalTimeInterval const &  subtrahend) throw (rti1516e::IllegalTimeArithmetic, rti1516e::InvalidLogicalTimeInterval)
virtual
virtual bool rti1516e::HLAinteger64Interval::operator< ( rti1516e::LogicalTimeInterval const &  value) const throw (rti1516e::InvalidLogicalTimeInterval)
virtual
virtual bool rti1516e::HLAinteger64Interval::operator<= ( rti1516e::LogicalTimeInterval const &  value) const throw (rti1516e::InvalidLogicalTimeInterval)
virtual
virtual rti1516e::LogicalTimeInterval& rti1516e::HLAinteger64Interval::operator= ( rti1516e::LogicalTimeInterval const &  value) throw (rti1516e::InvalidLogicalTimeInterval)
virtual
virtual HLAinteger64Interval& rti1516e::HLAinteger64Interval::operator= ( const HLAinteger64Interval value) throw (rti1516e::InvalidLogicalTimeInterval)
virtual
virtual bool rti1516e::HLAinteger64Interval::operator== ( rti1516e::LogicalTimeInterval const &  value) const throw (rti1516e::InvalidLogicalTimeInterval)
virtual
virtual bool rti1516e::HLAinteger64Interval::operator> ( rti1516e::LogicalTimeInterval const &  value) const throw (rti1516e::InvalidLogicalTimeInterval)
virtual
virtual bool rti1516e::HLAinteger64Interval::operator>= ( rti1516e::LogicalTimeInterval const &  value) const throw (rti1516e::InvalidLogicalTimeInterval)
virtual
virtual void rti1516e::HLAinteger64Interval::setEpsilon ( )
virtual
virtual void rti1516e::HLAinteger64Interval::setInterval ( Integer64  value)
virtual
virtual void rti1516e::HLAinteger64Interval::setToDifference ( rti1516e::LogicalTime const &  minuend,
rti1516e::LogicalTime const &  subtrahend 
) throw (rti1516e::IllegalTimeArithmetic, rti1516e::InvalidLogicalTime)
virtual
virtual void rti1516e::HLAinteger64Interval::setZero ( )
virtual
virtual std::wstring rti1516e::HLAinteger64Interval::toString ( ) const
virtual

Member Data Documentation

HLAinteger64IntervalImpl* rti1516e::HLAinteger64Interval::_impl
private

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

Document ID: Generated on Wed Mar 11 20:26:49 EDT 2015 from SVN revision 150939
Copyright © 2005-2015 VT MÄK Inc. All Rights Reserved (www.mak.com)