3ds Max C++ API Reference
|
#include <bitarray.h>
Public Member Functions | |
operator bool () const | |
bool | operator! () const |
operator int () const | |
operator unsigned long () const | |
operator uint64_t () const | |
operator float () const | |
bool | operator< (int n) const |
bool | operator<= (int n) const |
bool | operator> (int n) const |
bool | operator>= (int n) const |
bool | operator== (int n) const |
bool | operator!= (int n) const |
int | operator+ (int n) const |
int | operator- (int n) const |
int | operator* (int n) const |
int | operator/ (int n) const |
int | operator% (int n) const |
int | operator+ (const NumberSetProxy &proxy) const |
int | operator- (const NumberSetProxy &proxy) const |
int | operator* (const NumberSetProxy &proxy) const |
Friends | |
class | BitArray |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
friend |