Defines
Platform_VMS.h File Reference

Go to the source code of this file.

Defines

#define POCO_DESCRIPTOR_LITERAL(name, string)
#define POCO_DESCRIPTOR_STRING(name, string)
#define POCO_NO_SYS_SELECT_H

Define Documentation

#define POCO_DESCRIPTOR_LITERAL (   name,
  string 
)
Value:
struct dsc$descriptor_s name =  \
                {                                                               \
                        sizeof(string) - 1,                     \
                        DSC$K_DTYPE_T,                          \
                        DSC$K_CLASS_S,                          \
                        (char*) string                          \
                }

Definition at line 56 of file Platform_VMS.h.

#define POCO_DESCRIPTOR_STRING (   name,
  string 
)
Value:
struct dsc$descriptor_s name =  \
                {                                                               \
                        string.size(),                          \
                        DSC$K_DTYPE_T,                          \
                        DSC$K_CLASS_S,                          \
                        (char*) string.data()           \
                }

Definition at line 48 of file Platform_VMS.h.

Definition at line 89 of file Platform_VMS.h.



pluginlib
Author(s): Tully Foote and Eitan Marder-Eppstein
autogenerated on Sat Dec 28 2013 17:20:19