Embedded Multicore Building Blocks V1.0.0
Static Public Attributes | List of all members
embb::base::Placeholder Class Reference

Provides placeholders for Function arguments used in Bind() More...

#include <function.h>

Static Public Attributes

static Arg_1 _1
 Placeholder variable to be used in Bind() for keeping one argument unbound. More...
 
static Arg_2 _2
 Placeholder variable to be used in Bind() for keeping one argument unbound. More...
 
static Arg_3 _3
 Placeholder variable to be used in Bind() for keeping one argument unbound. More...
 
static Arg_4 _4
 Placeholder variable to be used in Bind() for keeping one argument unbound. More...
 
static Arg_5 _5
 Placeholder variable to be used in Bind() for keeping one argument unbound. More...
 

Detailed Description

Provides placeholders for Function arguments used in Bind()

Member Data Documentation

Arg_1 embb::base::Placeholder::_1
static

Placeholder variable to be used in Bind() for keeping one argument unbound.

Arg_2 embb::base::Placeholder::_2
static

Placeholder variable to be used in Bind() for keeping one argument unbound.

Arg_3 embb::base::Placeholder::_3
static

Placeholder variable to be used in Bind() for keeping one argument unbound.

Arg_4 embb::base::Placeholder::_4
static

Placeholder variable to be used in Bind() for keeping one argument unbound.

Arg_5 embb::base::Placeholder::_5
static

Placeholder variable to be used in Bind() for keeping one argument unbound.