EPAM B2BITS ICE Impact Handler C++  1.1.4
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Groups Pages
Classes | Public Member Functions | Public Attributes | Static Public Attributes | List of all members
IceImpact::SpecialFieldMessage Struct Reference

#include <B2BITS_IceImpactMessages.h>

Inheritance diagram for IceImpact::SpecialFieldMessage:
Inheritance graph
[legend]
Collaboration diagram for IceImpact::SpecialFieldMessage:
Collaboration graph
[legend]

Classes

struct  FieldInfo
 
class  FieldInfoArray
 

Public Member Functions

 SpecialFieldMessage () throw ()
 
 SpecialFieldMessage (bool initFields) throw ()
 
SpecialFieldMessageclone () const
 
size_t getMsgLength () const throw ()
 
std::ostream & toStream (std::ostream &os) const
 
std::string toString () const
 
FieldInfoArray getFieldInfoArray () const throw ()
 
const Int8 getNumberOfFields () const throw ()
 
void setNumberOfFields (Int8 val) throw ()
 
- Public Member Functions inherited from IceImpact::MessageHeader
MessageType::Enum getMessageType () const
 
void setMessageType (MessageType::Enum value)
 
i16 getMessageBodyLength () const
 
void setMessageBodyLength (i16 value)
 

Public Attributes

Int8 numberOfFields
 
- Public Attributes inherited from IceImpact::MessageHeader
MessageType messageType
 
i16 messageBodyLength
 

Static Public Attributes

static const MessageType::Enum TYPE = MessageType::MessageType_SpecialFieldMessage
 

Constructor & Destructor Documentation

IceImpact::SpecialFieldMessage::SpecialFieldMessage ( )
throw (
)
inline
IceImpact::SpecialFieldMessage::SpecialFieldMessage ( bool  initFields)
throw (
)
inlineexplicit

Member Function Documentation

SpecialFieldMessage* IceImpact::SpecialFieldMessage::clone ( ) const
inline
FieldInfoArray IceImpact::SpecialFieldMessage::getFieldInfoArray ( ) const
throw (
)
inline
size_t IceImpact::SpecialFieldMessage::getMsgLength ( ) const
throw (
)
inline
const Int8 IceImpact::SpecialFieldMessage::getNumberOfFields ( ) const
throw (
)
inline
void IceImpact::SpecialFieldMessage::setNumberOfFields ( Int8  val)
throw (
)
inline
std::ostream& IceImpact::SpecialFieldMessage::toStream ( std::ostream &  os) const
inline
std::string IceImpact::SpecialFieldMessage::toString ( ) const
inline

Member Data Documentation

Int8 IceImpact::SpecialFieldMessage::numberOfFields
const MessageType::Enum IceImpact::SpecialFieldMessage::TYPE = MessageType::MessageType_SpecialFieldMessage
static