Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: MbedSmartRestMain MbedSmartRestMain
Record Class Reference
A record which can be read and serialized. More...
#include <Record.h>
Inherits DataGenerator.
Public Member Functions | |
| virtual size_t | values () const =0 |
| Returns the number of values in this record. | |
| virtual const Value & | value (size_t) const =0 |
| Returns the value object by index. | |
| operator bool () const | |
| Test if record contains any values. | |
Detailed Description
A record which can be read and serialized.
Definition at line 39 of file Record.h.
Member Function Documentation
| operator bool | ( | ) | const |
Test if record contains any values.
Definition at line 59 of file Record.cpp.
| virtual const Value& value | ( | size_t | ) | const [pure virtual] |
Returns the value object by index.
- Parameters:
-
index the index of the value
- Returns:
- a copy of a value object
| virtual size_t values | ( | ) | const [pure virtual] |
Returns the number of values in this record.
- Returns:
- number of values in this record
Generated on Tue Jul 12 2022 15:21:50 by
1.7.2

Cumulocity