#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 } |
|
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 }; |