Collage
1.7.0
High-performance C++ library for developing object-oriented distributed applications.
|
This is the complete list of members for co::ICommand, including all inherited members.
clear() (defined in co::ICommand) | co::ICommand | |
DataIStream() (defined in co::DataIStream) | co::DataIStream | protected |
deserializeChildren(O *object, const std::vector< C * > &old, std::vector< C * > &result) (defined in co::DataIStream) | co::DataIStream | |
get() | co::ICommand | inline |
getBuffer() const (defined in co::ICommand) | co::ICommand | |
getCommand() const | co::ICommand | |
getLocalNode() const override | co::ICommand | virtual |
getNode() const | co::ICommand | inline |
getRemainingBuffer(const uint64_t size) | co::DataIStream | |
getRemainingBufferSize() | co::DataIStream | |
getRemoteNode() const override | co::ICommand | virtual |
getSize() const | co::ICommand | |
getType() const | co::ICommand | |
hasData() | co::DataIStream | inline |
ICommand() (defined in co::ICommand) | co::ICommand | |
ICommand(LocalNodePtr local, NodePtr remote, ConstBufferPtr buffer) (defined in co::ICommand) | co::ICommand | |
ICommand(const ICommand &rhs) (defined in co::ICommand) | co::ICommand | |
isValid() const | co::ICommand | |
operator()() (defined in co::ICommand) | co::ICommand | |
operator<< (defined in co::ICommand) | co::ICommand | friend |
operator=(const ICommand &rhs) (defined in co::ICommand) | co::ICommand | |
operator>>(T &value) | co::DataIStream | inline |
operator>>(Array< T > array) | co::DataIStream | inline |
operator>>(lunchbox::RefPtr< T > &) | co::DataIStream | |
operator>>(lunchbox::Buffer< T > &) | co::DataIStream | |
operator>>(std::vector< T > &) | co::DataIStream | |
operator>>(std::map< K, V > &) | co::DataIStream | |
operator>>(std::set< T > &) | co::DataIStream | |
operator>>(std::unordered_map< K, V > &) | co::DataIStream | |
operator>>(std::unordered_set< T > &) | co::DataIStream | |
operator>>(std::string &str) | co::DataIStream | inline |
operator>>(Object *&object) | co::DataIStream | inline |
operator>>(std::vector< uint8_t > &value) | co::DataIStream | inline |
operator>>(std::vector< uint16_t > &value) | co::DataIStream | inline |
operator>>(std::vector< int16_t > &value) | co::DataIStream | inline |
operator>>(std::vector< uint32_t > &value) | co::DataIStream | inline |
operator>>(std::vector< int32_t > &value) | co::DataIStream | inline |
operator>>(std::vector< uint64_t > &value) | co::DataIStream | inline |
operator>>(std::vector< int64_t > &value) | co::DataIStream | inline |
operator>>(std::vector< float > &value) | co::DataIStream | inline |
operator>>(std::vector< double > &value) | co::DataIStream | inline |
operator>>(std::vector< ObjectVersion > &value) | co::DataIStream | inline |
read() | co::DataIStream | inline |
reset() (defined in co::DataIStream) | co::DataIStream | inlinevirtual |
setCommand(const uint32_t cmd) (defined in co::ICommand) | co::ICommand | |
setDispatchFunction(const Dispatcher::Func &func) (defined in co::ICommand) | co::ICommand | |
setType(const CommandType type) (defined in co::ICommand) | co::ICommand | |
wasUsed() const (defined in co::DataIStream) | co::DataIStream | |
~DataIStream() (defined in co::DataIStream) | co::DataIStream | protectedvirtual |
~ICommand() (defined in co::ICommand) | co::ICommand | virtual |