From 72244ff42581e2cda35be9c33bd21d4951e2cf41 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 8 Oct 2017 17:07:53 +0200 Subject: switch --- REFLECTION | 115 +------------------------------------------------------------ 1 file changed, 1 insertion(+), 114 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 7579eb0..0fad9a4 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,117 +1,4 @@ -Extension [ extension #80 bitset version 2.0.3 ] { - - - Functions { - Function [ function bitset_empty ] { - - - Parameters [1] { - Parameter #0 [ $bitcount ] - } - } - Function [ function bitset_incl ] { - - - Parameters [2] { - Parameter #0 [ &$bitset ] - Parameter #1 [ $bit ] - } - } - Function [ function bitset_excl ] { - - - Parameters [2] { - Parameter #0 [ &$bitset ] - Parameter #1 [ $bit ] - } - } - Function [ function bitset_in ] { - - - Parameters [2] { - Parameter #0 [ $bitset ] - Parameter #1 [ $bit ] - } - } - Function [ function bitset_fill ] { - - - Parameters [1] { - Parameter #0 [ $bitcount ] - } - } - Function [ function bitset_intersection ] { - - - Parameters [2] { - Parameter #0 [ $bitset1 ] - Parameter #1 [ $bitset2 ] - } - } - Function [ function bitset_union ] { - - - Parameters [2] { - Parameter #0 [ $bitset1 ] - Parameter #1 [ $bitset2 ] - } - } - Function [ function bitset_invert ] { - - - Parameters [2] { - Parameter #0 [ $bitset ] - Parameter #1 [ $size ] - } - } - Function [ function bitset_subset ] { - - - Parameters [2] { - Parameter #0 [ $bitset1 ] - Parameter #1 [ $bitset2 ] - } - } - Function [ function bitset_equal ] { - - - Parameters [2] { - Parameter #0 [ $bitset1 ] - Parameter #1 [ $bitset2 ] - } - } - Function [ function bitset_to_string ] { - - - Parameters [1] { - Parameter #0 [ $bitset ] - } - } - Function [ function bitset_from_string ] { - - - Parameters [1] { - Parameter #0 [ $source_str ] - } - } - Function [ function bitset_to_hash ] { - - - Parameters [1] { - Parameter #0 [ $bitset ] - } - } - Function [ function bitset_from_hash ] { - - - Parameters [1] { - Parameter #0 [ $bit_array ] - } - } - Function [ function bitset_to_array ] { - - - Parameters [1] { - Parameter #0 [ $bitset ] - } - } - Function [ function bitset_from_array ] { - - - Parameters [1] { - Parameter #0 [ $bit_array ] - } - } - Function [ function bitset_is_empty ] { - - - Parameters [1] { - Parameter #0 [ $bitset ] - } - } - } +Extension [ extension #60 bitset version 3.0.0 ] { - Classes [1] { Class [ class BitSet ] { -- cgit