Panda3D
Classes | Typedefs | Functions
doubleBitMask.h File Reference

PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University. More...

#include "pandabase.h"
#include "bitMask.h"
#include "doubleBitMask.I"

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< DoubleBitMaskNativeQuadBitMaskNative
 

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)
 

Detailed Description

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."

Author
drose
Date
2000-06-08

Definition in file doubleBitMask.h.