Member Function Documentation

JsonPath nz::udx_ver2::JsonPath::clone ( )

Makes a (deep) copy of this object.

Returns
JsonPath A copy of this object.
int nz::udx_ver2::JsonPath::fill ( char * ptr ) const

Fills ptr with the data of this object.

Returns
int Number of bytes filled.
JsonPath& nz::udx_ver2::JsonPath::operator= ( const JsonPath & rhs )

Re-initializes the left operand with data from the right operand.

Note
Data is deep copied.
Parameters
rhs Right operand.
Returns
JsonPath& Reference to the left operand.
char* nz::udx_ver2::JsonPath::toString ( ) const

Converts to string.

Note
Caller is responsible for freeing return pointer.
Returns
char* JsonPath string.