dataflow
v1b3
|
#include <custom_source_location.h>
Public Member Functions | |
CustomSourceLocation (const Json::Value &storage) | |
CustomSourceLocation (Json::Value *storage) | |
virtual | ~CustomSourceLocation () |
const StringPiece | GetTypeName () const |
bool | has_stateful () const |
void | clear_stateful () |
bool | get_stateful () const |
void | set_stateful (bool value) |
Static Public Member Functions | |
static CustomSourceLocation * | New () |
Identifies the location of a custom souce.
|
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 'stateful
' attribute.
|
inline |
Get the value of the 'stateful
' attribute.
|
inline |
Returns a string denoting the type of this data object.
|
inline |
Determine if the 'stateful
' attribute was set.
stateful
' attribute was set.
|
static |
Creates a new default instance.
|
inline |
Change the 'stateful
' attribute.
Whether this source is stateful.
[in] | value | The new value. |