Machine-independent information of a member of a structure used in a client. More...
#include <client.h>
Data Fields | |
enum HIPC_member_type | type |
char const * | name |
unsigned char | struno |
size_t | ary_dim |
size_t const * | ary_max_idxs |
enum HIPC_member_type | elm_type |
unsigned char | elm_struno |
Machine-independent information of a member of a structure used in a client.
enum HIPC_member_type HIPC_cl_indp_mbr::type |
Definition at line 19 of file client.h.
Referenced by hipcClientCheckMbrSize(), hipcClientEachMbr(), hipcClientGetStrutpl(), hipcClientPack(), and hipcClientUnpack().
char const* HIPC_cl_indp_mbr::name |
Definition at line 20 of file client.h.
Referenced by hipcClientCheckMbrSize().
unsigned char HIPC_cl_indp_mbr::struno |
Definition at line 23 of file client.h.
Referenced by hipcClientEachMbr(), hipcClientFeedSysmsg(), hipcClientGetStrutpl(), hipcClientPack(), hipcClientUnpack(), hipcGenmsgGet(), and hipcGenmsgPut().
size_t HIPC_cl_indp_mbr::ary_dim |
Definition at line 26 of file client.h.
Referenced by hipcClientEachMbr().
size_t const* HIPC_cl_indp_mbr::ary_max_idxs |
Definition at line 27 of file client.h.
Referenced by hipcClientEachMbr().
enum HIPC_member_type HIPC_cl_indp_mbr::elm_type |
Definition at line 28 of file client.h.
Referenced by hipcClientCheckMbrSize(), and hipcClientEachMbr().
unsigned char HIPC_cl_indp_mbr::elm_struno |
Definition at line 29 of file client.h.
Referenced by hipcClientEachMbr().