PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University. More...
#include "pandabase.h"#include "pvector.h"#include "pset.h"#include "pnotify.h"#include <algorithm>#include "ordered_vector.I"#include "ordered_vector.T"Go to the source code of this file.
Classes | |
| class | ordered_vector< Key, Compare, Vector > |
| This template class presents an interface similar to the STL set or multiset (and ov_set and ov_multiset are implemented specifically, below), but it is implemented using a vector that is kept always in sorted order. More... | |
| class | ov_multiset< Key, Compare, Vector > |
| A specialization of ordered_vector that emulates a standard STL set: many copies of each element are allowed. More... | |
| class | ov_set< Key, Compare, Vector > |
| A specialization of ordered_vector that emulates a standard STL set: one copy of each element is allowed. More... | |
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
All rights reserved.
All use of this software is subject to the terms of the revised BSD license. You should have received a copy of this license along with this source code in a file named "LICENSE."
Definition in file ordered_vector.h.
1.8.15