ecto
Public Member Functions | Public Attributes | List of all members
ecto::registry::entry_t Struct Reference

#include <registry.hpp>

Collaboration diagram for ecto::registry::entry_t:
Collaboration graph
[legend]

Public Member Functions

boost::shared_ptr< cellconstruct_ ()
 
void declare_params_ (ecto::tendrils &t)
 
void declare_io_ (const ecto::tendrils &p, ecto::tendrils &i, ecto::tendrils &o)
 

Public Attributes

factory_fn_t construct
 
declare_params_t declare_params
 
declare_io_t declare_io
 

Member Function Documentation

boost::shared_ptr<cell> ecto::registry::entry_t::construct_ ( )
inline
void ecto::registry::entry_t::declare_io_ ( const ecto::tendrils p,
ecto::tendrils i,
ecto::tendrils o 
)
inline
void ecto::registry::entry_t::declare_params_ ( ecto::tendrils t)
inline

Member Data Documentation

factory_fn_t ecto::registry::entry_t::construct
declare_io_t ecto::registry::entry_t::declare_io
declare_params_t ecto::registry::entry_t::declare_params

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