SSP21-CPP
Public Member Functions | List of all members
ssp21::SeqStructField< StructType, MAX_COUNT > Class Template Reference

Public Member Functions

uint32_t capacity () const
 
size_t size () const
 
ParseError read (seq32_t &input)
 
FormatError write (wseq32_t &output) const
 
void print (const char *name, IMessagePrinter &printer) const
 
void clear ()
 
bool push (const StructType &item)
 
StructType const * get (uint32_t i) const
 
uint32_t count () const
 
- Public Member Functions inherited from ssp21::ICollection< StructType >
bool is_empty () const
 
bool is_not_empty () const
 
virtual StructType const * last () const
 
void foreach (const Action &action) const
 

Detailed Description

template<class StructType, uint32_t MAX_COUNT>
class ssp21::SeqStructField< StructType, MAX_COUNT >

Definition at line 16 of file SeqStructField.h.