Main Page   Packages   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Search  

C:/temp/src/j2k/etc/ai/clause.hpp File Reference

#include <j2k/Fred/Standard.hpp>

Go to the source code of this file.

Compounds

class  Clause
struct  clause_t
struct  logic_t

Enumerations

enum  status_t {
  C_undefined = 0, C_false = 1, C_true = 2, C_nil = 3,
  C_invalid = 4
}


Enumeration Type Documentation

enum status_t
 

Enumeration values:
C_undefined 
C_false 
C_true 
C_nil 
C_invalid 

Definition at line 6 of file clause.hpp.

00007 {
00008   C_undefined = 0,
00009   C_false     = 1,
00010   C_true      = 2,
00011   C_nil       = 3,
00012   C_invalid   = 4
00013 };


Generated on Sun Oct 14 18:47:30 2001 for Standard J2K Library by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001