WPILibC++  unspecified
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Pages
nt::Storage Member List

This is the complete list of members for nt::Storage, including all inherited members.

ApplyInitialAssignments(NetworkConnection &conn, llvm::ArrayRef< std::shared_ptr< Message >> msgs, bool new_server, std::vector< std::shared_ptr< Message >> *out_msgs) (defined in nt::Storage)nt::Storage
CallRpc(StringRef name, StringRef params) (defined in nt::Storage)nt::Storage
CancelBlockingRpcResult(unsigned int call_uid) (defined in nt::Storage)nt::Storage
ClearOutgoing() (defined in nt::Storage)nt::Storage
CreatePolledRpc(StringRef name, StringRef def) (defined in nt::Storage)nt::Storage
CreateRpc(StringRef name, StringRef def, RpcCallback callback) (defined in nt::Storage)nt::Storage
DeleteAllEntries() (defined in nt::Storage)nt::Storage
DeleteEntry(StringRef name) (defined in nt::Storage)nt::Storage
GetEntryFlags(StringRef name) const (defined in nt::Storage)nt::Storage
GetEntryInfo(StringRef prefix, unsigned int types) (defined in nt::Storage)nt::Storage
GetEntryType(unsigned int id) const (defined in nt::Storage)nt::Storage
GetEntryValue(StringRef name) const (defined in nt::Storage)nt::Storage
GetInitialAssignments(NetworkConnection &conn, std::vector< std::shared_ptr< Message >> *msgs) (defined in nt::Storage)nt::Storage
GetInstance() (defined in nt::Storage)nt::Storageinlinestatic
GetRpcResult(bool blocking, unsigned int call_uid, std::string *result) (defined in nt::Storage)nt::Storage
GetRpcResult(bool blocking, unsigned int call_uid, double time_out, std::string *result) (defined in nt::Storage)nt::Storage
LoadPersistent(StringRef filename, std::function< void(std::size_t line, const char *msg)> warn) (defined in nt::Storage)nt::Storage
LoadPersistent(std::istream &is, std::function< void(std::size_t line, const char *msg)> warn) (defined in nt::Storage)nt::Storage
NotifyEntries(StringRef prefix, EntryListenerCallback only=nullptr) const (defined in nt::Storage)nt::Storage
ProcessIncoming(std::shared_ptr< Message > msg, NetworkConnection *conn, std::weak_ptr< NetworkConnection > conn_weak) (defined in nt::Storage)nt::Storage
QueueOutgoingFunc typedef (defined in nt::Storage)nt::Storage
SavePersistent(StringRef filename, bool periodic) const (defined in nt::Storage)nt::Storage
SavePersistent(std::ostream &os, bool periodic) const (defined in nt::Storage)nt::Storage
SetDefaultEntryValue(StringRef name, std::shared_ptr< Value > value) (defined in nt::Storage)nt::Storage
SetEntryFlags(StringRef name, unsigned int flags) (defined in nt::Storage)nt::Storage
SetEntryTypeValue(StringRef name, std::shared_ptr< Value > value) (defined in nt::Storage)nt::Storage
SetEntryValue(StringRef name, std::shared_ptr< Value > value) (defined in nt::Storage)nt::Storage
SetOutgoing(QueueOutgoingFunc queue_outgoing, bool server) (defined in nt::Storage)nt::Storage
StorageTest (defined in nt::Storage)nt::Storagefriend
~Storage() (defined in nt::Storage)nt::Storage