ocra-recipes
Doxygen documentation for the ocra-recipes repository
Public Member Functions | Public Attributes | List of all members
ocra::Parenthood< ComponentDerived, CompositeDerived, ParenthoodInfo >::childIs Struct Reference

#include <Composite.h>

Public Member Functions

bool operator() (const parenthood_t *p) const
 
 childIs (const component_t *child)
 

Public Attributes

const component_tchild_
 

Detailed Description

template<class ComponentDerived, class CompositeDerived, class ParenthoodInfo = NoInfo>
struct ocra::Parenthood< ComponentDerived, CompositeDerived, ParenthoodInfo >::childIs

Definition at line 307 of file Composite.h.

Constructor & Destructor Documentation

template<class ComponentDerived , class CompositeDerived , class ParenthoodInfo = NoInfo>
ocra::Parenthood< ComponentDerived, CompositeDerived, ParenthoodInfo >::childIs::childIs ( const component_t child)
inline

Definition at line 310 of file Composite.h.

Member Function Documentation

template<class ComponentDerived , class CompositeDerived , class ParenthoodInfo = NoInfo>
bool ocra::Parenthood< ComponentDerived, CompositeDerived, ParenthoodInfo >::childIs::operator() ( const parenthood_t p) const
inline

Definition at line 309 of file Composite.h.

Member Data Documentation

template<class ComponentDerived , class CompositeDerived , class ParenthoodInfo = NoInfo>
const component_t* ocra::Parenthood< ComponentDerived, CompositeDerived, ParenthoodInfo >::childIs::child_

Definition at line 311 of file Composite.h.


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