tec::networking::MessagePool

#include <net-message.hpp>

Public Types

Name
typedef std::shared_ptr< Message > ptr_type
typedef std::list< ptr_type > list_type

Public Functions

Name
ptr_type get()

Public Types Documentation

typedef ptr_type

typedef std::shared_ptr<Message> tec::networking::MessagePool::ptr_type;

typedef list_type

typedef std::list<ptr_type> tec::networking::MessagePool::list_type;

Public Functions Documentation

function get

static inline ptr_type get()

Updated on 2022-07-24 at 19:27:35 +0000