Robotics Library  0.7.0
Public Member Functions | Public Attributes | List of all members
rl::plan::Metric::Value Struct Reference

#include <Metric.h>

Public Member Functions

 Value ()
 
 Value (const ::rl::math::Vector *first, void *second)
 
const ::rl::math::Realbegin () const
 
const ::rl::math::Realend () const
 
::std::size_t size () const
 

Public Attributes

typedefconst ::rl::math::Realconst_iterator
 
const ::rl::math::Vectorfirst
 
void * second
 

Constructor & Destructor Documentation

◆ Value() [1/2]

rl::plan::Metric::Value::Value ( )

◆ Value() [2/2]

rl::plan::Metric::Value::Value ( const ::rl::math::Vector first,
void *  second 
)

Member Function Documentation

◆ begin()

const ::rl::math::Real * rl::plan::Metric::Value::begin ( ) const

◆ end()

const ::rl::math::Real * rl::plan::Metric::Value::end ( ) const

◆ size()

std::size_t rl::plan::Metric::Value::size ( ) const

Member Data Documentation

◆ const_iterator

typedefconst ::rl::math::Real* rl::plan::Metric::Value::const_iterator

◆ first

const ::rl::math::Vector* rl::plan::Metric::Value::first

◆ second

void* rl::plan::Metric::Value::second

The documentation for this struct was generated from the following files: