Base class for describing a buffer's type. More...
#include <gnuradio/buffer_type.h>
Public Member Functions | |
virtual | ~buffer_type_base () |
buffer_type_base (buffer_type_base const &other) | |
void | operator= (buffer_type_base const &)=delete |
bool | operator== (const buffer_type_base &other) const |
bool | operator!= (const buffer_type_base &other) const |
bool | operator< (const buffer_type_base &other)=delete |
bool | operator> (const buffer_type_base &other)=delete |
bool | operator<= (const buffer_type_base &other)=delete |
bool | operator>= (const buffer_type_base &other)=delete |
const std::string & | name () const |
Get the human-readable name of the type. | |
virtual buffer_sptr | make_buffer (int nitems, size_t sizeof_item, uint64_t downstream_lcm_nitems, uint32_t downstream_max_out_mult, block_sptr link=block_sptr(), block_sptr buf_owner=block_sptr()) const |
Make and return a buffer subclass of the corresponding type. | |
Protected Member Functions | |
buffer_type_base (const std::string name) | |
Protected Attributes | |
const std::string | d_name |
Base class for describing a buffer's type.
|
inlinevirtual |
|
inline |
References buffer_type_base(), and d_name.
Referenced by buffer_type_base(), gr::buftype< classname, factory_class >::buftype(), operator!=(), operator<(), operator<=(), operator=(), operator==(), operator>(), and operator>=().
|
inlineprotected |
|
inlinevirtual |
Make and return a buffer subclass of the corresponding type.
Reimplemented in gr::buftype< classname, factory_class >.
|
inline |
Get the human-readable name of the type.
References d_name.
Referenced by buffer_type_base(), and gr::buftype< classname, factory_class >::buftype().
|
inline |
References buffer_type_base(), and d_name.
|
delete |
References buffer_type_base().
|
delete |
References buffer_type_base().
|
delete |
References buffer_type_base().
|
inline |
References buffer_type_base(), and d_name.
|
delete |
References buffer_type_base().
|
delete |
References buffer_type_base().
|
protected |
Referenced by buffer_type_base(), buffer_type_base(), name(), operator!=(), and operator==().