HIPC  0.5
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
Data Fields
HIPC_cl_indp_mbr Struct Reference

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
 

Detailed Description

Machine-independent information of a member of a structure used in a client.

Definition at line 18 of file client.h.

Field Documentation

enum HIPC_member_type HIPC_cl_indp_mbr::type
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
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().


The documentation for this struct was generated from the following file: