|
HDK
|
#include "GA_API.h"#include "GA_PrimitiveTypeMask.h"#include <SYS/SYS_Compiler.h>#include <SYS/SYS_Types.h>
Include dependency graph for GA_PrimCompat.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | GA_PrimCompat::TypeMask |
Namespaces | |
| GA_PrimCompat | |
Typedefs | |
| typedef uint64 | GA_PrimCompat::value_type |
Enumerations | |
| enum | { GA_PrimCompat::TypeMaskBits = std::numeric_limits<value_type>::digits } |
Functions | |
| const TypeMask | GA_PrimCompat::operator| (const TypeMask &m1, const TypeMask &m2) |
| const TypeMask | GA_PrimCompat::operator& (const TypeMask &m1, const TypeMask &m2) |
| const TypeMask | GA_PrimCompat::operator^ (const TypeMask &m1, const TypeMask &m2) |
| const TypeMask | GA_PrimCompat::operator~ (const TypeMask &m1) |