C# Class NRegex.Block

Inheritance: UnicodeConstants
Mostrar archivo Open project: olabini/nregex Class Usage Examples

Private Methods

Method Description
Add ( Block target, Block addend, bool inv ) : int
Add ( Block targets, Block addends, int from, int to, bool inv ) : int
Block ( ) : System
Block ( bool bits ) : System
CopyBits ( Block block ) : bool[]
Count ( bool arr, int from, int to ) : int
EmptyBits ( bool bits ) : bool[]
FullBits ( bool bits ) : bool[]
Get ( int c ) : bool
Set ( int c ) : bool
Subtract ( Block target, Block subtrahend, bool inv ) : int
Subtract ( Block targets, Block subtrahends, int from, int to, bool inv ) : int
ToBitset2 ( Block blocks ) : bool[][]