#include <shm_object.hpp>
Public Member Functions | |
| void | addLast (MsgListHead *lc, const mng_shm_ptr &pshm) |
| long | getFirstHandle () |
| MsgListHead () | |
| void | releaseFirst (const mng_shm_ptr &pshm) |
| void | remove (MsgListHead *lc, const mng_shm_ptr &pshm) |
| ~MsgListHead () | |
Public Attributes | |
| long | next |
| long | prev |
Definition at line 16 of file shm_object.hpp.
| shm_transport::MsgListHead::MsgListHead | ( | ) | [inline] |
Definition at line 19 of file shm_object.hpp.
| shm_transport::MsgListHead::~MsgListHead | ( | ) | [inline] |
Definition at line 20 of file shm_object.hpp.
| void shm_transport::MsgListHead::addLast | ( | MsgListHead * | lc, |
| const mng_shm_ptr & | pshm | ||
| ) | [inline] |
Definition at line 22 of file shm_object.hpp.
| long shm_transport::MsgListHead::getFirstHandle | ( | ) | [inline] |
Definition at line 53 of file shm_object.hpp.
| void shm_transport::MsgListHead::releaseFirst | ( | const mng_shm_ptr & | pshm | ) | [inline] |
Definition at line 41 of file shm_object.hpp.
| void shm_transport::MsgListHead::remove | ( | MsgListHead * | lc, |
| const mng_shm_ptr & | pshm | ||
| ) | [inline] |
Definition at line 32 of file shm_object.hpp.
Definition at line 58 of file shm_object.hpp.
Definition at line 59 of file shm_object.hpp.