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

#include <B2BITS_IceImpactMessages.h>

Public Types

using EntryType = FieldInfo
 

Public Member Functions

 FieldInfoArray (const EntryType *_e, size_t _count)
 
size_t size () const
 
size_t rawSize () const
 
const EntryTypeget () const
 
void moveNext ()
 
void rewind ()
 
bool isValid () const
 
std::ostream & toStream (std::ostream &os) const
 

Member Typedef Documentation

Constructor & Destructor Documentation

IceImpact::SpecialFieldMessage::FieldInfoArray::FieldInfoArray ( const EntryType _e,
size_t  _count 
)
inline

Member Function Documentation

const EntryType* IceImpact::SpecialFieldMessage::FieldInfoArray::get ( ) const
inline
bool IceImpact::SpecialFieldMessage::FieldInfoArray::isValid ( ) const
inline
void IceImpact::SpecialFieldMessage::FieldInfoArray::moveNext ( )
inline
size_t IceImpact::SpecialFieldMessage::FieldInfoArray::rawSize ( ) const
inline
void IceImpact::SpecialFieldMessage::FieldInfoArray::rewind ( )
inline
size_t IceImpact::SpecialFieldMessage::FieldInfoArray::size ( ) const
inline
std::ostream& IceImpact::SpecialFieldMessage::FieldInfoArray::toStream ( std::ostream &  os) const
inline