![]() |
AOSharedServiceLibrary
|
A Neo4j List. More...
#include <neo4j_interface.h>
Public Member Functions | |
| virtual bool | get_bool_element (unsigned int ind)=0 |
| Get a bool element out of a list. | |
| virtual int | get_int_element (unsigned int ind)=0 |
| Get an int element out of a list. | |
| virtual double | get_float_element (unsigned int ind)=0 |
| Get a float element out of a list. | |
| virtual std::string | get_string_element (unsigned int ind, int char_buffer_size)=0 |
| Get a list string out of a list. | |
| virtual std::string | get_string_element (unsigned int ind)=0 |
| Get a string element out of a list. | |
| virtual std::string | to_string ()=0 |
| Get the string representation of the list. | |
| virtual unsigned int | size ()=0 |
| Get the size of a list. | |
A Neo4j List.
This is returned for list elements in a map as well as node labels
1.8.11