|
dataflow
v1b3
|
#include <floating_point_list.h>
Public Member Functions | |
| FloatingPointList (const Json::Value &storage) | |
| FloatingPointList (Json::Value *storage) | |
| virtual | ~FloatingPointList () |
| const StringPiece | GetTypeName () const |
| bool | has_elements () const |
| void | clear_elements () |
| const client::JsonCppArray< double > | get_elements () const |
| client::JsonCppArray< double > | mutable_elements () |
Static Public Member Functions | |
| static FloatingPointList * | New () |
A metric value representing a list of floating point numbers.
|
explicit |
Standard constructor for an immutable data object instance.
| [in] | storage | The underlying data storage for this instance. |
|
explicit |
Standard constructor for a mutable data object instance.
| [in] | storage | The underlying data storage for this instance. |
|
virtual |
Standard destructor.
|
inline |
Clears the 'elements' attribute.
|
inline |
Get a reference to the value of the 'elements' attribute.
|
inline |
Returns a string denoting the type of this data object.
|
inline |
Determine if the 'elements' attribute was set.
elements' attribute was set.
|
inline |
Gets a reference to a mutable value of the 'elements' property.
Elements of the list.
|
static |
Creates a new default instance.