Method | Description | |
---|---|---|
@int ( bool self ) : int | ||
and_not ( bool self, bool b ) : bool | ||
and_rout ( bool self, bool b ) : bool | ||
from_str ( bool self, string s ) : bool | ||
implies ( bool self, bool b ) : bool | ||
is_eq ( bool self, bool b ) : bool | ||
is_eq ( bool self, object o ) : bool | ||
nand ( bool self, bool b ) : bool | ||
nand_not ( bool self, bool b ) : bool | ||
nor ( bool self, bool b ) : bool | ||
nor_not ( bool self, bool b ) : bool | ||
not ( bool self ) : bool | ||
or_not ( bool self, bool b ) : bool | ||
or_rout ( bool self, bool b ) : bool | ||
str ( bool self ) : string | ||
xnor ( bool self, bool b ) : bool | ||
xor ( bool self, bool b ) : bool |
public static and_not ( bool self, bool b ) : bool | ||
self | bool | |
b | bool | |
return | bool |
public static and_rout ( bool self, bool b ) : bool | ||
self | bool | |
b | bool | |
return | bool |
public static from_str ( bool self, string s ) : bool | ||
self | bool | |
s | string | |
return | bool |
public static implies ( bool self, bool b ) : bool | ||
self | bool | |
b | bool | |
return | bool |
public static is_eq ( bool self, bool b ) : bool | ||
self | bool | |
b | bool | |
return | bool |
public static is_eq ( bool self, object o ) : bool | ||
self | bool | |
o | object | |
return | bool |
public static nand ( bool self, bool b ) : bool | ||
self | bool | |
b | bool | |
return | bool |
public static nand_not ( bool self, bool b ) : bool | ||
self | bool | |
b | bool | |
return | bool |
public static nor ( bool self, bool b ) : bool | ||
self | bool | |
b | bool | |
return | bool |
public static nor_not ( bool self, bool b ) : bool | ||
self | bool | |
b | bool | |
return | bool |
public static or_not ( bool self, bool b ) : bool | ||
self | bool | |
b | bool | |
return | bool |
public static or_rout ( bool self, bool b ) : bool | ||
self | bool | |
b | bool | |
return | bool |
public static xnor ( bool self, bool b ) : bool | ||
self | bool | |
b | bool | |
return | bool |
public static xor ( bool self, bool b ) : bool | ||
self | bool | |
b | bool | |
return | bool |