14 #ifndef INPUTDEVICESET_H 15 #define INPUTDEVICESET_H 42 void reserve(
size_t num);
44 INLINE
InputDevice *operator [] (
size_t index)
const;
45 INLINE
size_t size()
const;
47 void output(std::ostream &out)
const;
48 void write(std::ostream &out,
int indent_level = 0)
const;
57 INLINE std::ostream &operator << (std::ostream &out,
const InputDeviceSet &col) {
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
A specialization of ordered_vector that emulates a standard STL set: one copy of each element is allo...