libcppa  Version 0.1
Public Member Functions
cppa::group::module Class Reference

#include <group.hpp>

List of all members.

Public Member Functions

const std::string & name ()
virtual intrusive_ptr< groupget (const std::string &group_name)=0

Detailed Description

Module interface.


Member Function Documentation

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.

Returns:
The name of this module implementation.

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