#include <sc_vector.h>
Inheritance diagram for sc_pvector< T >:


Public Types | |
| typedef T * | iterator |
| typedef const T * | const_iterator |
Public Methods | |
| sc_pvector (int alloc=sc_pvector_base::default_alloc) | |
| sc_pvector (const sc_pvector< T > &rhs) | |
| ~sc_pvector () | |
| int | size () const |
| iterator | begin () |
| const_iterator | begin () const |
| iterator | end () |
| const_iterator | end () const |
| sc_pvector< T > & | operator= (const sc_pvector< T > &rhs) |
| T & | operator[] (int i) |
| const T & | operator[] (int i) const |
| T & | fetch (int i) |
| const T & | fetch (int i) const |
| T * | raw_data () |
| const T * | raw_data () const |
| void | push_back (T item) |
| void | erase_all () |
| void | sort (CFT compar) |
| void | put (T item, int i) |
| void | decr_count () |
| void | decr_count (int k) |
|
|||||
|
Reimplemented from sc_pvector_base. Definition at line 160 of file sc_vector.h. Referenced by sc_pvector< sc_object * >::begin(), and sc_pvector< sc_object * >::end(). |
|
|||||
|
Reimplemented from sc_pvector_base. Definition at line 159 of file sc_vector.h. |
|
||||||||||
|
Definition at line 162 of file sc_vector.h. |
|
||||||||||
|
Definition at line 166 of file sc_vector.h. |
|
|||||||||
|
Definition at line 170 of file sc_vector.h. |
|
|||||||||
|
Reimplemented from sc_pvector_base. Definition at line 181 of file sc_vector.h. |
|
|||||||||
|
Reimplemented from sc_pvector_base. Definition at line 178 of file sc_vector.h. |
|
||||||||||
|
Reimplemented from sc_pvector_base. Definition at line 234 of file sc_vector.h. |
|
|||||||||
|
Reimplemented from sc_pvector_base. Definition at line 231 of file sc_vector.h. |
|
|||||||||
|
Reimplemented from sc_pvector_base. Definition at line 187 of file sc_vector.h. |
|
|||||||||
|
Reimplemented from sc_pvector_base. Definition at line 184 of file sc_vector.h. |
|
|||||||||
|
Reimplemented from sc_pvector_base. Definition at line 219 of file sc_vector.h. |
|
||||||||||
|
Reimplemented from sc_pvector_base. Definition at line 204 of file sc_vector.h. |
|
||||||||||
|
Reimplemented from sc_pvector_base. Definition at line 201 of file sc_vector.h. |
|
||||||||||
|
Definition at line 191 of file sc_vector.h. |
|
||||||||||
|
Reimplemented from sc_pvector_base. Definition at line 198 of file sc_vector.h. |
|
||||||||||
|
Reimplemented from sc_pvector_base. Definition at line 195 of file sc_vector.h. |
|
||||||||||
|
Definition at line 215 of file sc_vector.h. |
|
||||||||||||||||
|
Definition at line 228 of file sc_vector.h. |
|
|||||||||
|
Reimplemented from sc_pvector_base. Definition at line 211 of file sc_vector.h. |
|
|||||||||
|
Reimplemented from sc_pvector_base. Definition at line 208 of file sc_vector.h. |
|
|||||||||
|
Reimplemented from sc_pvector_base. Definition at line 174 of file sc_vector.h. Referenced by sc_logic_resolve::resolve(). |
|
||||||||||
|
Reimplemented from sc_pvector_base. Definition at line 222 of file sc_vector.h. |
1.2.18