#include <list>
#include <string>
#include <boost/shared_ptr.hpp>
#include <boost/function.hpp>
#include <boost/type_traits.hpp>
Go to the source code of this file.
Classes | |
class | hector_pose_estimation::Alias |
class | hector_pose_estimation::AliasT< T > |
class | hector_pose_estimation::Parameter |
class | hector_pose_estimation::ParameterList |
struct | hector_pose_estimation::ParameterRegistry |
class | hector_pose_estimation::ParameterT< T > |
Namespaces | |
namespace | hector_pose_estimation |
Typedefs | |
typedef boost::shared_ptr < const Parameter > | hector_pose_estimation::ParameterConstPtr |
typedef boost::shared_ptr < Parameter > | hector_pose_estimation::ParameterPtr |
typedef boost::function< void(ParameterPtr)> | hector_pose_estimation::ParameterRegisterFunc |
Functions | |
static ParameterList | hector_pose_estimation::operator+ (ParameterList const &list1, ParameterList const &list2) |