utility.hh File Reference
#include <boost/mpl/assert.hpp>
#include <boost/mpl/back_inserter.hpp>
#include <boost/mpl/copy.hpp>
#include <boost/mpl/count_if.hpp>
#include <boost/mpl/fold.hpp>
#include <boost/mpl/greater.hpp>
#include <boost/mpl/logical.hpp>
#include <boost/mpl/transform.hpp>
#include <boost/variant.hpp>
#include <boost/shared_ptr.hpp>
#include <boost/type_traits/is_base_of.hpp>

Classes

struct  roboptim::detail::add_shared_ptr< CLIST >
 Transform a types list into a types list of shared pointers. More...
struct  roboptim::detail::shared_ptr_variant< CLIST >
 Generate a Boost.Variant of shared pointers from the static constraints types list. More...
struct  roboptim::detail::list_converter< CLIST >
 Converts CLIST to a boost::mpl::vector to ensure a similar behavior for codes using different random access sequences (vector, list, etc.). More...
struct  roboptim::detail::contains_base_of< Sequence, Type >
 Whether a sequence of types contains a base of a given type. More...
struct  roboptim::detail::get_descendant< Type1, Type2 >
 Get the descendant among two relatives. More...
struct  roboptim::detail::check_constraint_type< C, CLIST >
 Checks whether C is a valid constraint type in CLIST. More...
struct  roboptim::detail::cast_constraint_type< C, CLIST >
 Get the constraint type of CLIST that best match C. More...
struct  roboptim::detail::derives_from_function< F >
 Checks whether the function types derives from Function or SparseFunction. More...
struct  roboptim::detail::list_derives_from_function< CLIST >
 Checks whether all the constraints derive from Function or SparseFunction. More...
struct  roboptim::detail::ConvertConstraint< CLIST >
 Convert a constraint to a proper type. More...
struct  roboptim::detail::ConvertConstraintVariant< P >
 Convert a constraint from a Boost.Variant to an adequate constraint type depending on the problem's constraints type. More...

Namespaces

namespace  roboptim
 

Meta-functions, functions and solver-related classes.


namespace  roboptim::detail
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines