Subversion Repositories gelsvn

Rev

Rev 2 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2 Rev 89
Line 40... Line 40...
40
			0x3fffffff,
40
			0x3fffffff,
41
			0x7fffffff,
41
			0x7fffffff,
42
			0xffffffff
42
			0xffffffff
43
		};
43
		};
44
 
44
 
45
	/** The BitMask class is mostly a utility class.
45
	/** \brief The BitMask class is mostly a utility class.
-
 
46
 
46
			The main purpose is to be able to extract a set of bits from
47
			The main purpose is to be able to extract a set of bits from
47
			an integer. For instance this can be useful if we traverse
48
			an integer. For instance this can be useful if we traverse
48
			some tree structure and the integer is the index. */
49
			some tree structure and the integer is the index. */
49
	class BitMask
50
	class BitMask
50
	{
51
	{