14#ifndef INPUTDEVICESET_H
15#define INPUTDEVICESET_H
26class EXPCL_PANDA_DEVICE InputDeviceSet {
29 InputDeviceSet(
const InputDeviceSet ©);
30 void operator = (
const InputDeviceSet ©);
31 INLINE ~InputDeviceSet();
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;
54 InputDevices _devices;
57INLINE std::ostream &operator << (std::ostream &out,
const InputDeviceSet &col) {
A specialization of ordered_vector that emulates a standard STL set: one copy of each element is allo...
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.