|
ecto
|
#include <boost/shared_ptr.hpp>

Go to the source code of this file.
Classes | |
| struct | ecto::cell_< Impl > |
| cell_<T> is for registering an arbitrary class with the the cell NVI. This adds a barrier between client code and the cell. More... | |
Namespaces | |
| ecto | |
| ecto::graph | |
Typedefs | |
| typedef boost::shared_ptr< tendril > | ecto::tendril_ptr |
| typedef boost::shared_ptr< const tendril > | ecto::tendril_cptr |
| typedef boost::shared_ptr< tendrils > | ecto::tendrils_ptr |
| typedef boost::shared_ptr< const tendrils > | ecto::tendrils_cptr |
| typedef boost::shared_ptr< cell > | ecto::cell_ptr |
| typedef boost::shared_ptr< const cell > | ecto::cell_cptr |
| typedef boost::shared_ptr< plasm > | ecto::plasm_ptr |
| typedef boost::shared_ptr< const plasm > | ecto::plasm_cptr |
| typedef boost::shared_ptr< strand > | ecto::strand_ptr |
| typedef boost::shared_ptr< const strand > | ecto::strand_cptr |
| typedef boost::shared_ptr< edge > | ecto::graph::edge_ptr |
| typedef boost::shared_ptr< const edge > | ecto::graph::edge_cptr |
| typedef boost::shared_ptr< vertex > | ecto::graph::vertex_ptr |
| typedef boost::shared_ptr< const vertex > | ecto::graph::vertex_cptr |
1.8.11