|
template<typename PkgType > |
void | add_to_handle_pkg (const std::function< void(std::shared_ptr< PkgType >)> &f) |
|
template<typename T > |
void | handle_pkg (const T *buf, size_t len) |
|
void | handle_pkg (const uint8_t *buf, size_t len) |
|
template<typename PkgType > |
bool | is_pkg_handled () const |
|
|
typedef std::function< void(const uint8_t *buf, size_t s)> | base_pkg_handler_t |
|
|
std::unordered_map< uint32_t, base_pkg_handler_t > | m_all_handlers |
|
The documentation for this class was generated from the following files:
- include/ypc/core_t/ecommon/package.h
- ypc/core/src/core_t/ecommon/package.cpp