3 #include <zk/config.hpp> 19 enum class error_code : int;
22 class get_children_result;
27 enum class op_type : int;
30 enum class
state : int;
31 struct transaction_id;
33 class watch_children_result;
34 class watch_exists_result;
state
Enumeration of states the client may be at when a watch triggers.
create_mode
When used in client::set, this value determines how the znode is created on the server.
Invalid event (this should never be issued).
event_type
Enumeration of types of events that may occur.
permission
Describes the ability of a user to perform a certain action.