|
join 1.0
lightweight network framework library
|

Functions | |
| TEST (Variant, is_first_default_constructible) | |
| Test is_first_default_constructible trait. | |
| TEST (Variant, defaultConstruction) | |
| Test default construction. | |
| TEST (Variant, copyConstruction) | |
| Test copy construction. | |
| TEST (Variant, moveConstruction) | |
| Test move construction. | |
| TEST (Variant, convertConstruction) | |
| Test convert construction. | |
| TEST (Variant, explicitConstruction) | |
| Test explicit construction. | |
| TEST (Variant, indexConstruction) | |
| Test index construction. | |
| TEST (Variant, copyAssign) | |
| Test copy. | |
| TEST (Variant, moveAssign) | |
| Test movement. | |
| TEST (Variant, convertAssign) | |
| Test overload resolution. | |
| TEST (Variant, get) | |
| Test get method. | |
| TEST (Variant, getIf) | |
| Test getIf method. | |
| TEST (Variant, set) | |
| Test set method. | |
| TEST (Variant, is) | |
| Test is method. | |
| TEST (Variant, index) | |
| Test index method. | |
| TEST (Variant, equal) | |
| Test equal operator. | |
| TEST (Variant, not_equal) | |
| Test not_equal operator. | |
| TEST (Variant, less) | |
| Test less operator. | |
| TEST (Variant, greater) | |
| Test greater operator. | |
| TEST (Variant, less_or_equal) | |
| Test less_or_equal operator. | |
| TEST (Variant, greater_or_equal) | |
| Test greater_or_equal operator. | |
| int | main (int argc, char **argv) |
| main function. | |
| int main | ( | int | argc, |
| char ** | argv ) |
main function.
| TEST | ( | Variant | , |
| convertAssign | ) |
Test overload resolution.
| TEST | ( | Variant | , |
| convertConstruction | ) |
Test convert construction.
| TEST | ( | Variant | , |
| copyAssign | ) |
Test copy.
| TEST | ( | Variant | , |
| copyConstruction | ) |
Test copy construction.
| TEST | ( | Variant | , |
| defaultConstruction | ) |
Test default construction.
| TEST | ( | Variant | , |
| equal | ) |
Test equal operator.
| TEST | ( | Variant | , |
| explicitConstruction | ) |
Test explicit construction.
| TEST | ( | Variant | , |
| get | ) |
Test get method.
| TEST | ( | Variant | , |
| getIf | ) |
Test getIf method.
| TEST | ( | Variant | , |
| greater | ) |
Test greater operator.
| TEST | ( | Variant | , |
| greater_or_equal | ) |
Test greater_or_equal operator.
| TEST | ( | Variant | , |
| index | ) |
Test index method.
| TEST | ( | Variant | , |
| indexConstruction | ) |
Test index construction.
| TEST | ( | Variant | , |
| is | ) |
Test is method.
| TEST | ( | Variant | , |
| is_first_default_constructible | ) |
Test is_first_default_constructible trait.
| TEST | ( | Variant | , |
| less | ) |
Test less operator.
| TEST | ( | Variant | , |
| less_or_equal | ) |
Test less_or_equal operator.
| TEST | ( | Variant | , |
| moveAssign | ) |
Test movement.
| TEST | ( | Variant | , |
| moveConstruction | ) |
Test move construction.
| TEST | ( | Variant | , |
| not_equal | ) |
Test not_equal operator.