mi32/bool3.h File Reference

BOOL3 definitions. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  BOOL3
 Container for unknown/false/true value. More...

Enumerations

enum  BOOL3_VALUE { BOOL3_Unknown = -1, BOOL3_False = 0, BOOL3_True = 1 }

Functions

BOOL3_VALUE operator! (BOOL3_VALUE rhs)
BOOL3_VALUE operator&& (BOOL3_VALUE lhs, BOOL3_VALUE rhs)
BOOL3_VALUE operator|| (BOOL3_VALUE lhs, BOOL3_VALUE rhs)

Detailed Description

BOOL3 definitions.


Enumeration Type Documentation

BOOL3 enumeration values.

Enumerator:
BOOL3_Unknown 

Unknown, undefined, etc.

BOOL3_False 

False, no, etc.

BOOL3_True 

True, yes, etc.


Function Documentation

BOOL3_VALUE operator! ( BOOL3_VALUE  rhs  )  [inline]

Logical negation.

BOOL3_VALUE operator&& ( BOOL3_VALUE  lhs,
BOOL3_VALUE  rhs 
) [inline]

Logical and.

BOOL3_VALUE operator|| ( BOOL3_VALUE  lhs,
BOOL3_VALUE  rhs 
) [inline]

Logical or.


Generated on Sun Oct 7 21:25:42 2012 for TNTsdk 2012 by  doxygen 1.6.1