diff --git a/doc/doxygen_reference.dox b/doc/doxygen_reference.dox index bbb35f2..9d50427 100644 --- a/doc/doxygen_reference.dox +++ b/doc/doxygen_reference.dox @@ -158,7 +158,7 @@ SHOW_INCLUDE_FILES = NO # comments will behave just like the Qt-style comments (thus requiring an # explict @brief command for a brief description. -JAVADOC_AUTOBRIEF = NO +JAVADOC_AUTOBRIEF = YES # If the INHERIT_DOCS tag is set to YES (the default) then an undocumented # member inherits the documentation from any documented member that it diff --git a/doc/reference/add_8hpp.html b/doc/reference/add_8hpp.html index f761d3f..6e83a00 100644 --- a/doc/reference/add_8hpp.html +++ b/doc/reference/add_8hpp.html @@ -6,15 +6,20 @@
Main Page   File List   File Members  
-

add.hpp File Reference

+

add.hpp File Reference

Click here to see the header.. +More... +

+

- +

Defines

#define BOOST_PP_ADD(X, Y)
 Expands to the sum of X and Y. More...

#define BOOST_PREPROCESSOR_ADD(X, Y)
 Obsolete. Use BOOST_PP_ADD(). More...

 Obsolete. More...


Detailed Description

- Click here to see the header. +Click here to see the header.. +

+


Define Documentation

@@ -76,9 +81,9 @@ For example, BOOST_PP_ADD(4,3) expands

-Obsolete. Use BOOST_PP_ADD(). +Obsolete.

- +Use BOOST_PP_ADD().


diff --git a/doc/reference/adt_8hpp.html b/doc/reference/adt_8hpp.html index 9d9ed80..ca86152 100644 --- a/doc/reference/adt_8hpp.html +++ b/doc/reference/adt_8hpp.html @@ -6,7 +6,10 @@
Main Page   File List   File Members  
-

adt.hpp File Reference

+

adt.hpp File Reference

Click here to see the header.. +More... +

+

@@ -17,12 +20,12 @@ - + - +

Defines

#define BOOST_PP_LIST_CONS(H, T)
 List constructor. More...

#define BOOST_PP_LIST_IS_NIL(L)
 Expands to 1 if the list is nil and 0 otherwise. More...

#define BOOST_PP_LIST_FIRST(L)
 Expands to the first element of the list. The list must not be nil. More...

 Expands to the first element of the list. More...

#define BOOST_PP_LIST_REST(L)
 Expands to a list of all but the first element of the list. The list must not be nil. More...

 Expands to a list of all but the first element of the list. More...


Detailed Description

- Click here to see the header. +Click here to see the header..

This header defines the fundamental list operations.

@@ -102,7 +105,9 @@ Both of the above lists contain 5 elements: 1, 2, 3, 4 and 5.

-Expands to the first element of the list. The list must not be nil. +Expands to the first element of the list. +

+The list must not be nil.

For example,

@@ -221,7 +226,9 @@ See BOOST_PP_LIST_CONS().

-Expands to a list of all but the first element of the list. The list must not be nil. +Expands to a list of all but the first element of the list. +

+The list must not be nil.

For example,

diff --git a/doc/reference/and_8hpp.html b/doc/reference/and_8hpp.html index fa49e74..8b54c20 100644 --- a/doc/reference/and_8hpp.html +++ b/doc/reference/and_8hpp.html @@ -6,15 +6,20 @@

Main Page   File List   File Members  
-

and.hpp File Reference

+

and.hpp File Reference

Click here to see the header.. +More... +

+

- +

Defines

#define BOOST_PP_AND(X, Y)
 Expands to the logical AND of the operands. More...

#define BOOST_PREPROCESSOR_AND(X, Y)
 Obsolete. Use BOOST_PP_AND(). More...

 Obsolete. More...


Detailed Description

- Click here to see the header. +Click here to see the header.. +

+


Define Documentation

@@ -76,9 +81,9 @@ For example, BOOST_PP_AND(0,5) expands

-Obsolete. Use BOOST_PP_AND(). +Obsolete.

- +Use BOOST_PP_AND().


diff --git a/doc/reference/append_8hpp.html b/doc/reference/append_8hpp.html index 5691afc..301b534 100644 --- a/doc/reference/append_8hpp.html +++ b/doc/reference/append_8hpp.html @@ -6,13 +6,18 @@
Main Page   File List   File Members  
-

append.hpp File Reference

+

append.hpp File Reference

Click here to see the header.. +More... +

+


Defines

#define BOOST_PP_LIST_APPEND(L, P)
 Catenates two lists together. More...


Detailed Description

- Click here to see the header. +Click here to see the header.. +

+


Define Documentation

diff --git a/doc/reference/arithmetic_8hpp.html b/doc/reference/arithmetic_8hpp.html index f115b98..8b403e2 100644 --- a/doc/reference/arithmetic_8hpp.html +++ b/doc/reference/arithmetic_8hpp.html @@ -6,10 +6,13 @@

Main Page   File List   File Members  
-

arithmetic.hpp File Reference

+

arithmetic.hpp File Reference

Click here to see the header.. +More... +

+


Detailed Description

- Click here to see the header. +Click here to see the header..

Includes all arithmetic headers.

diff --git a/doc/reference/assert__msg_8hpp.html b/doc/reference/assert__msg_8hpp.html index 9d382e9..12fe697 100644 --- a/doc/reference/assert__msg_8hpp.html +++ b/doc/reference/assert__msg_8hpp.html @@ -6,15 +6,20 @@

Main Page   File List   File Members  
-

assert_msg.hpp File Reference

+

assert_msg.hpp File Reference

Click here to see the header.. +More... +

+

- +

Defines

#define BOOST_PP_ASSERT_MSG(C, MSG)
 Expands to nothing if C != 0 and to MSG if C == 0. More...

#define BOOST_PREPROCESSOR_ASSERT_MSG(C, MSG)
 Obsolete. Use BOOST_PP_ASSERT_MSG(). More...

 Obsolete. More...


Detailed Description

- Click here to see the header. +Click here to see the header.. +

+


Define Documentation

@@ -76,9 +81,9 @@ Expands to nothing if C != 0 and to MSG if C == 0.

-Obsolete. Use BOOST_PP_ASSERT_MSG(). +Obsolete.

- +Use BOOST_PP_ASSERT_MSG().


diff --git a/doc/reference/at_8hpp.html b/doc/reference/at_8hpp.html index 387063e..f185194 100644 --- a/doc/reference/at_8hpp.html +++ b/doc/reference/at_8hpp.html @@ -6,13 +6,18 @@
Main Page   File List   File Members  
-

at.hpp File Reference

+

at.hpp File Reference

Click here to see the header.. +More... +

+

- +

Defines

#define BOOST_PP_LIST_AT(L, I)
 Expands to the I:th element of the list L. The first element is at index 0. More...

 Expands to the I:th element of the list L. More...


Detailed Description

- Click here to see the header. +Click here to see the header.. +

+


Define Documentation

@@ -42,7 +47,9 @@

-Expands to the I:th element of the list L. The first element is at index 0. +Expands to the I:th element of the list L. +

+The first element is at index 0.

For example,

diff --git a/doc/reference/bool_8hpp.html b/doc/reference/bool_8hpp.html index f259e15..4514efa 100644 --- a/doc/reference/bool_8hpp.html +++ b/doc/reference/bool_8hpp.html @@ -6,15 +6,20 @@

Main Page   File List   File Members  
-

bool.hpp File Reference

+

bool.hpp File Reference

Click here to see the header.. +More... +

+

- +

Defines

#define BOOST_PP_BOOL(X)
 Expands to 0 if X == 0 and 1 if X != 0. More...

#define BOOST_PREPROCESSOR_BOOL(X)
 Obsolete. Use BOOST_PP_BOOL(). More...

 Obsolete. More...


Detailed Description

- Click here to see the header. +Click here to see the header.. +

+


Define Documentation

@@ -70,9 +75,9 @@ Expands to 0 if X == 0 and 1 if X != 0.

-Obsolete. Use BOOST_PP_BOOL(). +Obsolete.

- +Use BOOST_PP_BOOL().


diff --git a/doc/reference/cat_8hpp.html b/doc/reference/cat_8hpp.html index 3382889..813bc30 100644 --- a/doc/reference/cat_8hpp.html +++ b/doc/reference/cat_8hpp.html @@ -6,15 +6,20 @@
Main Page   File List   File Members  
-

cat.hpp File Reference

+

cat.hpp File Reference

Click here to see the header.. +More... +

+

- +

Defines

#define BOOST_PP_CAT(X, Y)
 Delays the catenation of X and Y. More...

#define BOOST_PREPROCESSOR_CAT(X, Y)
 Obsolete. Use BOOST_PP_CAT(). More...

 Obsolete. More...


Detailed Description

- Click here to see the header. +Click here to see the header.. +

+


Define Documentation

@@ -115,9 +120,9 @@ Using BOOST_PP_CAT() above lets the PP

-Obsolete. Use BOOST_PP_CAT(). +Obsolete.

- +Use BOOST_PP_CAT().


diff --git a/doc/reference/comma_8hpp.html b/doc/reference/comma_8hpp.html index 27f1449..cf83a59 100644 --- a/doc/reference/comma_8hpp.html +++ b/doc/reference/comma_8hpp.html @@ -6,15 +6,20 @@
Main Page   File List   File Members  
-

comma.hpp File Reference

+

comma.hpp File Reference

Click here to see the header.. +More... +

+

- + - +

Defines

#define BOOST_PP_COMMA()
 Expands to a comma. Can be used with BOOST_PP_IF(). More...

 Expands to a comma. More...

#define BOOST_PREPROCESSOR_COMMA()
 Obsolete. Use BOOST_PP_COMMA(). More...

 Obsolete. More...


Detailed Description

- Click here to see the header. +Click here to see the header.. +

+


Define Documentation

@@ -41,7 +46,9 @@

-Expands to a comma. Can be used with BOOST_PP_IF(). +Expands to a comma. +

+Can be used with BOOST_PP_IF().

See BOOST_PP_COMMA_IF(). @@ -70,9 +77,9 @@ See BOOST_PP_COMMA_IF().

-Obsolete. Use BOOST_PP_COMMA(). +Obsolete.

- +Use BOOST_PP_COMMA().


diff --git a/doc/reference/comma__if_8hpp.html b/doc/reference/comma__if_8hpp.html index b57b02f..0d89b24 100644 --- a/doc/reference/comma__if_8hpp.html +++ b/doc/reference/comma__if_8hpp.html @@ -6,15 +6,20 @@
Main Page   File List   File Members  
-

comma_if.hpp File Reference

+

comma_if.hpp File Reference

Click here to see the header.. +More... +

+

- +

Defines

#define BOOST_PP_COMMA_IF(C)
 Expands to a comma if C != 0 and nothing if C == 0. More...

#define BOOST_PREPROCESSOR_COMMA_IF(C)
 Obsolete. Use BOOST_PP_COMMA_IF(). More...

 Obsolete. More...


Detailed Description

- Click here to see the header. +Click here to see the header.. +

+


Define Documentation

@@ -70,9 +75,9 @@ Expands to a comma if C != 0 and nothing if C == 0.

-Obsolete. Use BOOST_PP_COMMA_IF(). +Obsolete.

- +Use BOOST_PP_COMMA_IF().


diff --git a/doc/reference/comparison_8hpp.html b/doc/reference/comparison_8hpp.html index c5b1455..137a004 100644 --- a/doc/reference/comparison_8hpp.html +++ b/doc/reference/comparison_8hpp.html @@ -6,10 +6,13 @@
Main Page   File List   File Members  
-

comparison.hpp File Reference

+

comparison.hpp File Reference

Click here to see the header.. +More... +

+


Detailed Description

- Click here to see the header. +Click here to see the header..

Includes all comparison headers.

diff --git a/doc/reference/dec_8hpp.html b/doc/reference/dec_8hpp.html index 12d59b1..ce48d30 100644 --- a/doc/reference/dec_8hpp.html +++ b/doc/reference/dec_8hpp.html @@ -6,15 +6,20 @@

Main Page   File List   File Members  
-

dec.hpp File Reference

+

dec.hpp File Reference

Click here to see the header.. +More... +

+

- +

Defines

#define BOOST_PP_DEC(X)
 Decrements X expanding to a single token. More...

#define BOOST_PREPROCESSOR_DEC(X)
 Obsolete. Use BOOST_PP_DEC(). More...

 Obsolete. More...


Detailed Description

- Click here to see the header. +Click here to see the header.. +

+


Define Documentation

@@ -74,9 +79,9 @@ Only decimal integer literals in the range [0,BOOST_PP_LIMIT_MAG] are supported.

-Obsolete. Use BOOST_PP_DEC(). +Obsolete.

- +Use BOOST_PP_DEC().


diff --git a/doc/reference/div_8hpp.html b/doc/reference/div_8hpp.html index 485bd14..d0321b7 100644 --- a/doc/reference/div_8hpp.html +++ b/doc/reference/div_8hpp.html @@ -6,15 +6,20 @@
Main Page   File List   File Members  
-

div.hpp File Reference

+

div.hpp File Reference

Click here to see the header.. +More... +

+

- +

Defines

#define BOOST_PP_DIV(X, Y)
 Expands to the quotient of X and Y. More...

#define BOOST_PREPROCESSOR_DIV(X, Y)
 Obsolete. Use BOOST_PP_DIV(). More...

 Obsolete. More...


Detailed Description

- Click here to see the header. +Click here to see the header.. +

+


Define Documentation

@@ -76,9 +81,9 @@ For example, BOOST_PP_DIV(4,3) expands

-Obsolete. Use BOOST_PP_DIV(). +Obsolete.

- +Use BOOST_PP_DIV().


diff --git a/doc/reference/eat_8hpp.html b/doc/reference/eat_8hpp.html index 9203a9a..0aedc6c 100644 --- a/doc/reference/eat_8hpp.html +++ b/doc/reference/eat_8hpp.html @@ -6,13 +6,18 @@
Main Page   File List   File Members  
-

eat.hpp File Reference

+

eat.hpp File Reference

Click here to see the header.. +More... +

+


Defines

#define BOOST_PP_TUPLE_EAT(N)
 Expands to a macro that eats a tuple of the specified length. More...


Detailed Description

- Click here to see the header. +Click here to see the header.. +

+


Define Documentation

diff --git a/doc/reference/elem_8hpp.html b/doc/reference/elem_8hpp.html index 89ea8e7..c91b9ec 100644 --- a/doc/reference/elem_8hpp.html +++ b/doc/reference/elem_8hpp.html @@ -6,15 +6,20 @@

Main Page   File List   File Members  
-

elem.hpp File Reference

+

elem.hpp File Reference

Click here to see the header.. +More... +

+

- +

Defines

#define BOOST_PP_TUPLE_ELEM(N, I, T)
 Expands to the I:th element of an N-tuple. More...

#define BOOST_PREPROCESSOR_TUPLE_ELEM(N, I, T)
 Obsolete. Use BOOST_PP_TUPLE_ELEM(). More...

 Obsolete. More...


Detailed Description

- Click here to see the header. +Click here to see the header.. +

+


Define Documentation

@@ -100,9 +105,9 @@ See BOOST_PP_LIMIT_TUPLE.

-Obsolete. Use BOOST_PP_TUPLE_ELEM(). +Obsolete.

- +Use BOOST_PP_TUPLE_ELEM().


diff --git a/doc/reference/empty_8hpp.html b/doc/reference/empty_8hpp.html index fa8115e..fbcdd03 100644 --- a/doc/reference/empty_8hpp.html +++ b/doc/reference/empty_8hpp.html @@ -6,15 +6,20 @@
Main Page   File List   File Members  
-

empty.hpp File Reference

+

empty.hpp File Reference

Click here to see the header.. +More... +

+

- + - +

Defines

#define BOOST_PP_EMPTY()
 Expands to nothing. Used with BOOST_PP_IF() and as an unused parameter. More...

 Expands to nothing. More...

#define BOOST_PREPROCESSOR_EMPTY()
 Obsolete. Use BOOST_PP_EMPTY(). More...

 Obsolete. More...


Detailed Description

- Click here to see the header. +Click here to see the header.. +

+


Define Documentation

@@ -41,7 +46,9 @@

-Expands to nothing. Used with BOOST_PP_IF() and as an unused parameter. +Expands to nothing. +

+Used with BOOST_PP_IF() and as an unused parameter.

Example usage as the implementation of BOOST_PP_COMMA_IF(C):

@@ -117,9 +124,9 @@ In case you wonder, the above code is part of a generalized layer for implementi

-Obsolete. Use BOOST_PP_EMPTY(). +Obsolete.

- +Use BOOST_PP_EMPTY().


diff --git a/doc/reference/enum_8hpp.html b/doc/reference/enum_8hpp.html index 25e7062..7ba7897 100644 --- a/doc/reference/enum_8hpp.html +++ b/doc/reference/enum_8hpp.html @@ -6,13 +6,18 @@
Main Page   File List   File Members  
-

enum.hpp File Reference

+

enum.hpp File Reference

Click here to see the header.. +More... +

+


Defines

#define BOOST_PP_ENUM(N, F, P)
 Generates a comma separated list. More...


Detailed Description

- Click here to see the header. +Click here to see the header.. +

+


Define Documentation

diff --git a/doc/reference/enum__params_8hpp.html b/doc/reference/enum__params_8hpp.html index 468a987..c429b63 100644 --- a/doc/reference/enum__params_8hpp.html +++ b/doc/reference/enum__params_8hpp.html @@ -6,15 +6,20 @@

Main Page   File List   File Members  
-

enum_params.hpp File Reference

+

enum_params.hpp File Reference

Click here to see the header.. +More... +

+

- +

Defines

#define BOOST_PP_ENUM_PARAMS(N, P)
 Generates a comma separated list of parameters. More...

#define BOOST_PREPROCESSOR_ENUM_PARAMS(N, P)
 Obsolete. Use BOOST_PP_ENUM_PARAMS(). More...

 Obsolete. More...


Detailed Description

- Click here to see the header. +Click here to see the header.. +

+


Define Documentation

@@ -82,9 +87,9 @@ NOTE: The implementation uses BOOST_PP_

-Obsolete. Use BOOST_PP_ENUM_PARAMS(). +Obsolete.

- +Use BOOST_PP_ENUM_PARAMS().


diff --git a/doc/reference/enum__shifted_8hpp.html b/doc/reference/enum__shifted_8hpp.html index 8aab961..b89fc66 100644 --- a/doc/reference/enum__shifted_8hpp.html +++ b/doc/reference/enum__shifted_8hpp.html @@ -6,13 +6,18 @@
Main Page   File List   File Members  
-

enum_shifted.hpp File Reference

+

enum_shifted.hpp File Reference

Click here to see the header.. +More... +

+


Defines

#define BOOST_PP_ENUM_SHIFTED(N, F, P)
 Generates a comma separated shifted list. More...


Detailed Description

- Click here to see the header. +Click here to see the header.. +

+


Define Documentation

diff --git a/doc/reference/enum__shifted__params_8hpp.html b/doc/reference/enum__shifted__params_8hpp.html index 787e8e6..2411711 100644 --- a/doc/reference/enum__shifted__params_8hpp.html +++ b/doc/reference/enum__shifted__params_8hpp.html @@ -6,15 +6,20 @@

Main Page   File List   File Members  
-

enum_shifted_params.hpp File Reference

+

enum_shifted_params.hpp File Reference

Click here to see the header.. +More... +

+

- +

Defines

#define BOOST_PP_ENUM_SHIFTED_PARAMS(N, P)
 Generates a comma separated list of shifted actual parameters. More...

#define BOOST_PREPROCESSOR_ENUM_SHIFTED_PARAMS(N, P)
 Obsolete. Use BOOST_PP_ENUM_SHIFTED_PARAMS(). More...

 Obsolete. More...


Detailed Description

- Click here to see the header. +Click here to see the header.. +

+


Define Documentation

@@ -86,9 +91,9 @@ RATIONALE: