dataflow
v1b3
|
#include <string_list.h>
Public Member Functions | |
StringList (const Json::Value &storage) | |
StringList (Json::Value *storage) | |
virtual | ~StringList () |
const StringPiece | GetTypeName () const |
bool | has_elements () const |
void | clear_elements () |
const client::JsonCppArray< string > | get_elements () const |
client::JsonCppArray< string > | mutable_elements () |
Static Public Member Functions | |
static StringList * | New () |
A metric value representing a list of strings.
|
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.