#include <SafetyProfileSequence.h>
Static Public Member Functions | |
static CORBA::Char * | alloc (CORBA::ULong len) |
static CORBA::Char * | empty () |
static CORBA::Char * | dup (const CORBA::Char *s) |
static void | free (CORBA::Char *s) |
static int | cmp (const CORBA::Char *lhs, const CORBA::Char *rhs) |
Definition at line 24 of file SafetyProfileSequence.h.
static CORBA::Char* OpenDDS::SafetyProfile::StringTraits< CORBA::Char >::alloc | ( | CORBA::ULong | len | ) | [inline, static] |
Definition at line 26 of file SafetyProfileSequence.h.
References CORBA::string_alloc().
00026 { return CORBA::string_alloc(len); }
static int OpenDDS::SafetyProfile::StringTraits< CORBA::Char >::cmp | ( | const CORBA::Char * | lhs, | |
const CORBA::Char * | rhs | |||
) | [inline, static] |
static CORBA::Char* OpenDDS::SafetyProfile::StringTraits< CORBA::Char >::dup | ( | const CORBA::Char * | s | ) | [inline, static] |
Definition at line 28 of file SafetyProfileSequence.h.
References CORBA::string_dup().
00028 { return CORBA::string_dup(s); }
static CORBA::Char* OpenDDS::SafetyProfile::StringTraits< CORBA::Char >::empty | ( | ) | [inline, static] |
static void OpenDDS::SafetyProfile::StringTraits< CORBA::Char >::free | ( | CORBA::Char * | s | ) | [inline, static] |
Definition at line 29 of file SafetyProfileSequence.h.
References CORBA::string_free().
00029 { if (s) CORBA::string_free(s); }