Orocos Real-Time Toolkit  2.9.0
Public Member Functions | List of all members
RTT::PropertyBag::FindPropType< T > Struct Template Reference

A function object for finding a Property by name and type. More...

#include <rtt/PropertyBag.hpp>

Inheritance diagram for RTT::PropertyBag::FindPropType< T >:

Public Member Functions

bool operator() (const base::PropertyBase *b1, const std::string &b2) const
 

Detailed Description

template<class T>
struct RTT::PropertyBag::FindPropType< T >

A function object for finding a Property by name and type.

Definition at line 365 of file PropertyBag.hpp.

Member Function Documentation

template<class T >
bool RTT::PropertyBag::FindPropType< T >::operator() ( const base::PropertyBase b1,
const std::string &  b2 
) const
inline

Definition at line 367 of file PropertyBag.hpp.

References RTT::base::PropertyBase::getName().


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