Public Member Functions | Protected Attributes

openjaus::core::ServiceList Class Reference

#include <ServiceList.h>

Inherits openjaus::model::fields::Array.

List of all members.

Public Member Functions

 ServiceList ()
 ~ServiceList ()
void copy (ServiceList &source)
virtual int to (system::Buffer *dst)
 Operation to.
virtual int from (system::Buffer *src)
 Operation from.
virtual int length ()
 Serializes object to internal transport buffer.
std::string toXml (unsigned char level=0) const
std::vector
< ServiceInformationRecord > & 
getServiceRec ()
void add (ServiceInformationRecord value)
ServiceInformationRecordget (size_t index)
size_t size ()
bool empty ()
void clear ()
void remove (int index)

Protected Attributes

std::vector
< ServiceInformationRecord
serviceRec

Constructor & Destructor Documentation

openjaus::core::ServiceList::ServiceList (  ) 
openjaus::core::ServiceList::~ServiceList (  ) 

Member Function Documentation

void openjaus::core::ServiceList::add ( ServiceInformationRecord  value  ) 
void openjaus::core::ServiceList::clear (  ) 
void openjaus::core::ServiceList::copy ( ServiceList source  ) 
bool openjaus::core::ServiceList::empty (  ) 
int openjaus::core::ServiceList::from ( system::Buffer src  )  [virtual]
Parameters:
src 

Reimplemented from openjaus::model::fields::Array.

ServiceInformationRecord & openjaus::core::ServiceList::get ( size_t  index  ) 
std::vector< ServiceInformationRecord > & openjaus::core::ServiceList::getServiceRec (  ) 
int openjaus::core::ServiceList::length (  )  [virtual]

Reimplemented from openjaus::model::fields::Array.

void openjaus::core::ServiceList::remove ( int  index  ) 
size_t openjaus::core::ServiceList::size (  ) 
int openjaus::core::ServiceList::to ( system::Buffer dst  )  [virtual]
Parameters:
dst 

Reimplemented from openjaus::model::fields::Array.

std::string openjaus::core::ServiceList::toXml ( unsigned char  level = 0  )  const

Member Data Documentation


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines