#include "ace/os_include/os_errno.h"
#include "ace/OS_NS_unistd.h"
#include "ace/OS_NS_string.h"
#include "ace/OS_NS_macros.h"
#include "ace/OS_Memory.h"
#include "ace/OS_QoS.h"
Include dependency graph for OS_NS_stropts.inl:
This graph shows which files directly or indirectly include this file:
Typedefs | |
typedef typedefACE_BEGIN_VERSIONED_NAMESPACE_DECL struct strbuf * | ACE_STRBUF_TYPE |
Functions | |
ACE_INLINE int | ACE_OS::getmsg (ACE_HANDLE handle, struct strbuf *ctl, struct strbuf *data, int *flags) |
ACE_INLINE int | ACE_OS::getpmsg (ACE_HANDLE handle, struct strbuf *ctl, struct strbuf *data, int *band, int *flags) |
ACE_INLINE int | ACE_OS::fattach (int handle, const char *path) |
ACE_INLINE int | ACE_OS::fdetach (const char *file) |
ACE_INLINE int | ACE_OS::ioctl (ACE_HANDLE handle, ACE_IOCTL_TYPE_ARG2 cmd, void *val) |
UNIX-style <ioctl>. | |
ACE_INLINE int | ACE_OS::isastream (ACE_HANDLE handle) |
ACE_INLINE int | ACE_OS::putmsg (ACE_HANDLE handle, const struct strbuf *ctl, const struct strbuf *data, int flags) |
ACE_INLINE int | ACE_OS::putpmsg (ACE_HANDLE handle, const struct strbuf *ctl, const struct strbuf *data, int band, int flags) |
typedef typedefACE_BEGIN_VERSIONED_NAMESPACE_DECL struct strbuf* ACE_STRBUF_TYPE |