ircproxy The Ultimate Cyborg |
Definition in file Target.h.
#include <string>
#include <map>
#include <boost/shared_ptr.hpp>
#include <boost/weak_ptr.hpp>
#include "debug.h"
#include "IRC_compare.h"
Go to the source code of this file.
Classes | |
class | Target |
An IRC message target (ie, channel or nickname), base class. More... | |
Typedefs | |
typedef std::map< std::string, boost::weak_ptr< Target > , IRC_less > | target_lookup_map_type |
The type of the target maps that are used for mapping the target names to the real object. | |
typedef std::map< std::string, boost::shared_ptr< Target > , IRC_less > | target_hold_map_type |
The type of the target maps that are used to keep targets alive. |
typedef std::map<std::string, boost::weak_ptr<Target>, IRC_less> target_lookup_map_type |
typedef std::map<std::string, boost::shared_ptr<Target>, IRC_less> target_hold_map_type |
Copyright © 2005-2007 Carlo Wood. All rights reserved. |
---|