|
RDFS
The Rice Comp413 2017 class' continuation on the work of the 2016 RDFS.
|
#include <zkwrapper.h>
Public Member Functions | |
| ZooOp (const std::string &path_in, const std::vector< std::uint8_t > &data_in) | |
Public Attributes | |
| zoo_op_t * | op = nullptr |
| char * | path = nullptr |
| char * | data = nullptr |
| int | num_bytes = 0 |
Class representing a ZooKeeper op. Performs manual memory management on the data it contains: issues with string.c_str()
1.8.6