|
| struct | gtsam::const_selector< TEST_TYPE, BASIC_TYPE, AS_NON_CONST, AS_CONST > |
| | Helper class that uses templates to select between two types based on whether TEST_TYPE is const or not. More...
|
| |
| struct | gtsam::const_selector< BASIC_TYPE, BASIC_TYPE, AS_NON_CONST, AS_CONST > |
| | Specialization for the non-const version. More...
|
| |
| struct | gtsam::const_selector< const BASIC_TYPE, BASIC_TYPE, AS_NON_CONST, AS_CONST > |
| | Specialization for the const version. More...
|
| |
| struct | gtsam::ValueWithDefault< T, defaultValue > |
| | Helper struct that encapsulates a value with a default, this is just used as a member object so you don't have to specify defaults in the class constructor. More...
|
| |
| class | gtsam::ListOfOneContainer< T > |
| | A helper class that behaves as a container with one element, and works with boost::range. More...
|
| |
| class | gtsam::TbbOpenMPMixedScope |
| | An object whose scope defines a block where TBB and OpenMP parallelism are mixed. More...
|
| |
Typedefs for easier changing of types.
- Author
- Richard Roberts
- Date
- Aug 21, 2010