libcppa
Version 0.1
|
#include <group.hpp>
Public Member Functions | |
const std::string & | name () |
virtual intrusive_ptr< group > | get (const std::string &group_name)=0 |
Module interface.
virtual intrusive_ptr<group> cppa::group::module::get | ( | const std::string & | group_name | ) | [pure virtual] |
Get a pointer to the group associated with the name group_name
. .
const std::string& cppa::group::module::name | ( | ) |
Get the name of this module implementation.