PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University. More...
Go to the source code of this file.
Classes | |
class | DoubleBitMask< BMType > |
This is a special BitMask type that is implemented as a pair of lesser BitMask types, to present a double-wide bit mask. More... | |
Typedefs | |
typedef DoubleBitMask< BitMaskNative > | DoubleBitMaskNative |
typedef DoubleBitMask< DoubleBitMaskNative > | QuadBitMaskNative |
Functions | |
EXPORT_TEMPLATE_CLASS (EXPCL_PANDA_PUTIL, EXPTP_PANDA_PUTIL, DoubleBitMask< BitMaskNative >) | |
EXPORT_TEMPLATE_CLASS (EXPCL_PANDA_PUTIL, EXPTP_PANDA_PUTIL, DoubleBitMask< DoubleBitMaskNative >) | |
template<class BMType > | |
std::ostream & | operator<< (std::ostream &out, const DoubleBitMask< BMType > &doubleBitMask) |
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 doubleBitMask.h.