OpenDDS
Snapshot(2023/04/28-20:55)
|
#include <SafetyProfileSequence.h>
Classes | |
struct | Element |
Public Types | |
typedef const CharT * | ConstElement |
typedef const CharT * | ConstRawElement |
Static Public Member Functions | |
static Element | make_element (CharT *&elt, seq_flag_type release) |
static void | construct (CharT **buf, seq_size_type n, seq_flag_type cookie) |
static void | copy_n (const CharT *const *in, seq_size_type n, CharT **out) |
static void | move_n (CharT **in, seq_size_type n, CharT **out) |
static void | reset_n (CharT **, seq_size_type) |
static CharT ** | destroy (CharT **buffer, seq_size_type n) |
Static Public Attributes | |
static const seq_size_type | extra = 1 |
Element Policy for sequences of strings.
CharT | FACE::Char or FACE::WChar |
Definition at line 126 of file SafetyProfileSequence.h.
typedef const CharT* OpenDDS::SafetyProfile::StringEltPolicy< CharT >::ConstElement |
Definition at line 202 of file SafetyProfileSequence.h.
typedef const CharT* OpenDDS::SafetyProfile::StringEltPolicy< CharT >::ConstRawElement |
Definition at line 203 of file SafetyProfileSequence.h.
|
inlinestatic |
Definition at line 364 of file SafetyProfileSequence.h.
|
inlinestatic |
Definition at line 376 of file SafetyProfileSequence.h.
|
inlinestatic |
Definition at line 404 of file SafetyProfileSequence.h.
|
inlinestatic |
Definition at line 197 of file SafetyProfileSequence.h.
|
inlinestatic |
Definition at line 386 of file SafetyProfileSequence.h.
References OpenDDS::DCPS::swap().
|
inlinestatic |
Definition at line 395 of file SafetyProfileSequence.h.
|
static |
Definition at line 204 of file SafetyProfileSequence.h.