#include <ordered_vector.h>
Inheritance diagram for ov_set< Key, Compare >:
Public Types | |
typedef TYPENAME ordered_vector< Key, Compare >::ITERATOR | ITERATOR |
typedef TYPENAME ordered_vector< Key, Compare >::VALUE_TYPE | VALUE_TYPE |
Public Member Functions | |
INLINE | ov_set (const Compare &compare=Compare()) |
INLINE | ov_set (const ov_set< Key, Compare > ©) |
INLINE ov_set< Key, Compare > & | operator= (const ov_set< Key, Compare > ©) |
INLINE ITERATOR | insert (ITERATOR position, const VALUE_TYPE &key0) |
INLINE pair< ITERATOR, bool > | insert (const VALUE_TYPE &key0) |
INLINE void | sort () |
INLINE bool | verify_list () const |
|
Reimplemented from ordered_vector< Key, Compare >. Definition at line 258 of file ordered_vector.h. |
|
Reimplemented from ordered_vector< Key, Compare >. Definition at line 259 of file ordered_vector.h. |
|
|
|
|
|
|
|
|
|
|
|
Referenced by PT(). |
|
|