Generic SmartRest library

Dependents:   SmartRestUnitTest MbedSmartRest MbedSmartRestStreaming

Embed: (wiki syntax)

« Back to documentation index

ParsedRecord Class Reference

ParsedRecord Class Reference

This value set collects values and serializes them. More...

#include <ParsedRecord.h>

Inherits Record.

Public Member Functions

size_t values () const
 Returns the number of values in this record.
const Valuevalue (size_t index) const
 Returns the value object by index.

Detailed Description

This value set collects values and serializes them.

Definition at line 49 of file ParsedRecord.h.


Member Function Documentation

const Value & value ( size_t  index ) const [virtual]

Returns the value object by index.

Parameters:
indexthe index of the value
Returns:
a copy of a value object

Implements Record.

Definition at line 52 of file ParsedRecord.cpp.

size_t values (  ) const [virtual]

Returns the number of values in this record.

Returns:
number of values in this record

Implements Record.

Definition at line 47 of file ParsedRecord.cpp.