#include <int_seq.H>
Public Member Functions | |
int_seq (int len_hint=0) | |
int_seq (Basics::int32 *buffer, int bytes) throw (failure) | |
int_seq (const Basics::int32 *seq, int len) throw (failure) | |
~int_seq () | |
operator Basics::int32 * () const | |
Basics::int32 | ith (int i) const |
Basics::int32 | operator[] (int i) const |
int | length () const |
void | append (Basics::int32 i) throw (failure) |
void | operator+= (Basics::int32 i) throw (failure) |
void | lengthen (int len_hint) |
Static Public Member Functions | |
static int | min_size (int len) |
Private Member Functions | |
int_seq (const int_seq &) | |
int_seq (int_seq &) | |
void | operator= (int_seq &) |
Private Attributes | |
int_seq_impl::rep * | p |
Friends | |
class | SRPC |
class | SRPC_impl |
class | int_seq_impl |
Classes | |
struct | failure |
|
Definition at line 59 of file int_seq.C. References int_seq_impl::allocate_buffer(), and p. |
|
Definition at line 69 of file int_seq.C. References int_seq_impl::manual. |
|
Definition at line 77 of file int_seq.C. References int_seq_impl::allocate_buffer(), and int_seq_impl::full. |
|
Definition at line 85 of file int_seq.C. References int_seq_impl::rep::h, int_seq_impl::manual, and p. |
|
|
|
|
|
Definition at line 105 of file int_seq.C. References int_seq_impl::allocate_buffer(). Referenced by C_Addna(). |
|
|
|
|
|
Definition at line 117 of file int_seq.C. References int_seq_impl::allocate_buffer(), int_seq_impl::rep::base, bytes_seq_impl::rep::base, int_seq_impl::grow, bytes_seq_impl::rep::h, int_seq_impl::rep::h, and p. |
|
Definition at line 91 of file int_seq.C. Referenced by int_seq_impl::allocate_buffer(), and S_Addnf(). |
|
Definition at line 96 of file int_seq.H. References int_seq_impl::rep::base, and p. |
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 137 of file int_seq.H. Referenced by int_seq(), lengthen(), operator Basics::int32 *(), and ~int_seq(). |