ecto
|
#include <boost/thread.hpp>
#include <ecto/tendril.hpp>
#include <ecto/spore.hpp>
#include <boost/signals2.hpp>
#include <string>
#include <sstream>
#include <cstring>
#include <map>
#include <stdexcept>
Go to the source code of this file.
Classes | |
class | ecto::tendrils |
The tendrils are a collection for the ecto::tendril class, addressable by a string key. More... | |
struct | ecto::spore_assign_impl< CellImpl, T > |
Namespaces | |
ecto | |
Macros | |
#define | BOOST_SIGNALS2_MAX_ARGS 3 |
Enumerations | |
enum | ecto::tendril_type { ecto::OUTPUT = 0, ecto::INPUT, ecto::PARAMETER } |
Functions | |
template<typename CellImpl , typename T > | |
static spore_assign_impl< CellImpl, T > | ecto::spore_assign (spore< T > CellImpl::*ptm, const std::string &name) |
#define BOOST_SIGNALS2_MAX_ARGS 3 |