OpenDDS
Snapshot(2023/04/28-20:55)
|
#include <SafetyProfileSequence.h>
Public Member Functions | |
seq_size_type | maximum () const |
seq_size_type | max_size () const |
void | replace (seq_size_type maximum, seq_size_type length, T *data, seq_flag_type release=false) |
Static Public Member Functions | |
static T * | allocbuf (seq_size_type n) |
Protected Member Functions | |
AllocPolicy (seq_size_type n=0) | |
T * | allocate (seq_size_type request=0) const |
void | swap (AllocPolicy &rhs) throw () |
Protected Attributes | |
seq_size_type | maximum_ |
Definition at line 69 of file SafetyProfileSequence.h.
|
inlineexplicitprotected |
Definition at line 79 of file SafetyProfileSequence.h.
|
inlineprotected |
Definition at line 80 of file SafetyProfileSequence.h.
|
inlinestatic |
Definition at line 342 of file SafetyProfileSequence.h.
References ACE_Allocator::instance(), and ACE_Allocator::malloc().
|
inline |
Definition at line 72 of file SafetyProfileSequence.h.
References OpenDDS::SafetyProfile::Unbounded::Bounds.
|
inline |
Definition at line 71 of file SafetyProfileSequence.h.
|
inline |
Definition at line 73 of file SafetyProfileSequence.h.
References release(), and OpenDDS::SafetyProfile::Sequence< T, Bounds, Elts >::replace_i().
|
inlineprotected |
Definition at line 84 of file SafetyProfileSequence.h.
References OpenDDS::DCPS::swap().
|
protected |
Definition at line 85 of file SafetyProfileSequence.h.