![]() |
libzmq
master
ZeroMQ C++ Core Engine (LIBZMQ)
|
#include <array.hpp>


Public Member Functions | |
| array_item_t () | |
| virtual | ~array_item_t () |
| int | get_array_index () |
| void | set_array_index (int index_) |
Private Member Functions | |
| array_item_t (const array_item_t &) | |
| const array_item_t & | operator= (const array_item_t &) |
Private Attributes | |
| int | array_index |
|
inline |
|
inlinevirtual |
|
private |
|
inline |
Definition at line 71 of file array.hpp.
Referenced by zmq::array_t< zmq::pipe_t, 2 >::erase().

|
private |
|
inline |
Definition at line 66 of file array.hpp.
Referenced by zmq::array_t< zmq::pipe_t, 2 >::erase().

|
private |
Definition at line 78 of file array.hpp.
Referenced by zmq::array_item_t< 3 >::get_array_index(), and zmq::array_item_t< 3 >::set_array_index().