WPILibC++  unspecified
nt::Storage Member List

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

AddListener(const Twine &prefix, std::function< void(const EntryNotification &event)> callback, unsigned int flags) const (defined in nt::Storage)nt::Storage
AddListener(unsigned int local_id, std::function< void(const EntryNotification &event)> callback, unsigned int flags) const (defined in nt::Storage)nt::Storage
AddPolledListener(unsigned int poller_uid, const Twine &prefix, unsigned int flags) const (defined in nt::Storage)nt::Storage
AddPolledListener(unsigned int poller_uid, unsigned int local_id, unsigned int flags) const (defined in nt::Storage)nt::Storage
ApplyInitialAssignments(INetworkConnection &conn, wpi::ArrayRef< std::shared_ptr< Message >> msgs, bool new_server, std::vector< std::shared_ptr< Message >> *out_msgs) override (defined in nt::Storage)nt::Storagevirtual
CallRpc(unsigned int local_id, StringRef params) (defined in nt::Storage)nt::Storage
CancelRpcResult(unsigned int local_id, unsigned int call_uid) (defined in nt::Storage)nt::Storage
ClearDispatcher() override (defined in nt::Storage)nt::Storagevirtual
CreateRpc(unsigned int local_id, StringRef def, unsigned int rpc_uid) (defined in nt::Storage)nt::Storage
DeleteAllEntries() (defined in nt::Storage)nt::Storage
DeleteEntry(StringRef name) (defined in nt::Storage)nt::Storage
DeleteEntry(unsigned int local_id) (defined in nt::Storage)nt::Storage
GetEntries(const Twine &prefix, unsigned int types) (defined in nt::Storage)nt::Storage
GetEntry(const Twine &name) (defined in nt::Storage)nt::Storage
GetEntryFlags(StringRef name) const (defined in nt::Storage)nt::Storage
GetEntryFlags(unsigned int local_id) const (defined in nt::Storage)nt::Storage
GetEntryInfo(int inst, const Twine &prefix, unsigned int types) (defined in nt::Storage)nt::Storage
GetEntryInfo(int inst, unsigned int local_id) const (defined in nt::Storage)nt::Storage
GetEntryLastChange(unsigned int local_id) const (defined in nt::Storage)nt::Storage
GetEntryName(unsigned int local_id) const (defined in nt::Storage)nt::Storage
GetEntryType(unsigned int local_id) const (defined in nt::Storage)nt::Storage
GetEntryValue(StringRef name) const (defined in nt::Storage)nt::Storage
GetEntryValue(unsigned int local_id) const (defined in nt::Storage)nt::Storage
GetInitialAssignments(INetworkConnection &conn, std::vector< std::shared_ptr< Message >> *msgs) override (defined in nt::Storage)nt::Storagevirtual
GetMessageEntryType(unsigned int id) const override (defined in nt::Storage)nt::Storagevirtual
GetRpcResult(unsigned int local_id, unsigned int call_uid, std::string *result) (defined in nt::Storage)nt::Storage
GetRpcResult(unsigned int local_id, unsigned int call_uid, std::string *result, double timeout, bool *timed_out) (defined in nt::Storage)nt::Storage
IStorage()=default (defined in nt::IStorage)nt::IStorage
IStorage(const IStorage &)=delete (defined in nt::IStorage)nt::IStorage
LoadEntries(const Twine &filename, const Twine &prefix, std::function< void(size_t line, const char *msg)> warn) (defined in nt::Storage)nt::Storage
LoadEntries(wpi::raw_istream &is, const Twine &prefix, bool persistent, std::function< void(size_t line, const char *msg)> warn) (defined in nt::Storage)nt::Storage
LoadPersistent(const Twine &filename, std::function< void(size_t line, const char *msg)> warn) override (defined in nt::Storage)nt::Storagevirtual
operator=(const Storage &)=delete (defined in nt::Storage)nt::Storage
operator=(const IStorage &)=delete (defined in nt::IStorage)nt::IStorage
ProcessIncoming(std::shared_ptr< Message > msg, INetworkConnection *conn, std::weak_ptr< INetworkConnection > conn_weak) override (defined in nt::Storage)nt::Storagevirtual
SaveEntries(const Twine &filename, const Twine &prefix) const (defined in nt::Storage)nt::Storage
SaveEntries(wpi::raw_ostream &os, const Twine &prefix) const (defined in nt::Storage)nt::Storage
SavePersistent(const Twine &filename, bool periodic) const override (defined in nt::Storage)nt::Storagevirtual
SavePersistent(wpi::raw_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
SetDefaultEntryValue(unsigned int local_id, std::shared_ptr< Value > value) (defined in nt::Storage)nt::Storage
SetDispatcher(IDispatcher *dispatcher, bool server) override (defined in nt::Storage)nt::Storagevirtual
SetEntryFlags(StringRef name, unsigned int flags) (defined in nt::Storage)nt::Storage
SetEntryFlags(unsigned int local_id, unsigned int flags) (defined in nt::Storage)nt::Storage
SetEntryTypeValue(StringRef name, std::shared_ptr< Value > value) (defined in nt::Storage)nt::Storage
SetEntryTypeValue(unsigned int local_id, 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
SetEntryValue(unsigned int local_id, std::shared_ptr< Value > value) (defined in nt::Storage)nt::Storage
Storage(IEntryNotifier &notifier, IRpcServer &rpcserver, wpi::Logger &logger) (defined in nt::Storage)nt::Storage
Storage(const Storage &)=delete (defined in nt::Storage)nt::Storage
StorageTest (defined in nt::Storage)nt::Storagefriend
~IStorage()=default (defined in nt::IStorage)nt::IStoragevirtual
~Storage() (defined in nt::Storage)nt::Storage