local = 1<<0remote = 1<<1process = 1<<2unix = 1<<3transactions = 1<<4all = std::numeric_limits<sys::u32>::max()A container with one or nought elements.
operator=(storage &&) -> storage &storage(storage &&)operator=(const storage &) -> storage &storage(const storage &)storage()end() const -> const T *end() -> T *begin() const -> const T *begin() -> T *size() const -> size_tdata() const -> const T *data() -> T *operator!() const -> booloperator bool() constexplicitoperator->() const -> const T *operator->() -> T *operator*() const -> const T &operator*() -> T &operator&() const -> const T *operator&() -> T *get() const -> const T *get() -> T *destroy() -> voidtemplate <class ... Args> make(Args &&... args) -> void~storage()template <class ... Args> storage(Args &&... args)public sbn::propertiesstruct sbnd::Properties::Resources resourcesdiscoverer::properties discoverstruct sbnd::Properties::@11 networkbool enable_loopbacksbn::Port websocket_portsbn::Port tcp_portsbn::Duration interface_update_intervalinterface_address_list allowed_interface_addressessbn::transaction_log::properties transactionsstruct sbnd::Properties::@10 factoryfactory_flags flagsunix_socket_pipeline::properties unixprocess_pipeline::properties processsocket_pipeline::properties remotesbn::parallel_pipeline::properties localpublic std::vector< sys::interface_address< sys::ipv4_address > >operator=(Factory &&) -> Factory &Factory(Factory &&)operator=(const Factory &) -> Factory &Factory(const Factory &)~Factory()Factory()write(std::ostream & out) const -> voidconfigure(const Properties & props) -> voidclear() -> voidwait() -> voidstop() -> voidstart() -> voidisset(factory_flags f) const -> boolunsetf(factory_flags f) -> voidsetf(factory_flags f) -> voidflags(factory_flags rhs) -> voidflags() const -> factory_flagstransactions() -> sbn::transaction_log &transactions(const char * filename) -> voidprocess() const -> const process_pipeline &process() -> process_pipeline &unix() -> unix_socket_pipeline &remote() -> socket_pipeline &local() -> sbn::parallel_pipeline &instances() -> sbn::kernel_instance_registry &types() -> sbn::kernel_type_registry &Factory factory