![]() |
libzmq master
The Intelligent Transport Layer
|
#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 |
zmq::array_item_t< ID >::array_item_t | ( | ) | [inline] |
virtual zmq::array_item_t< ID >::~array_item_t | ( | ) | [inline, virtual] |
zmq::array_item_t< ID >::array_item_t | ( | const array_item_t< ID > & | ) | [private] |
int zmq::array_item_t< ID >::get_array_index | ( | ) | [inline] |
const array_item_t& zmq::array_item_t< ID >::operator= | ( | const array_item_t< ID > & | ) | [private] |
void zmq::array_item_t< ID >::set_array_index | ( | int | index_ | ) | [inline] |
int zmq::array_item_t< ID >::array_index [private] |
Definition at line 63 of file array.hpp.
Referenced by zmq::array_item_t< 3 >::get_array_index(), and zmq::array_item_t< 3 >::set_array_index().