Property | Type | Description | |
---|---|---|---|
m_defVal | bool |
Method | Description | |
---|---|---|
and ( bool self, bool b ) : bool | ||
encode ( bool self, |
||
equals ( bool self, object obj ) : bool | ||
fromStr ( string s ) : |
||
fromStr ( string s, bool check ) : |
||
hash ( bool self ) : long | ||
not ( bool self ) : bool | ||
or ( bool self, bool b ) : bool | ||
toCode ( bool self ) : string | ||
toLocale ( bool self ) : string | ||
toStr ( bool self ) : string | ||
type ( bool self ) : |
||
xor ( bool self, bool b ) : bool |
public static and ( bool self, bool b ) : bool | ||
self | bool | |
b | bool | |
return | bool |
public static encode ( bool self, |
||
self | bool | |
@out | ||
return | void |
public static equals ( bool self, object obj ) : bool | ||
self | bool | |
obj | object | |
return | bool |
public static fromStr ( string s, bool check ) : |
||
s | string | |
check | bool | |
return |
public static or ( bool self, bool b ) : bool | ||
self | bool | |
b | bool | |
return | bool |
public static toLocale ( bool self ) : string | ||
self | bool | |
return | string |
public static xor ( bool self, bool b ) : bool | ||
self | bool | |
b | bool | |
return | bool |