Main Page | Modules | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

Teem::TagSet Class Reference
[Utilities]

#include <Graph.h>

List of all members.


Detailed Description

Utility class to provide a nice syntax for node/link creation.

Ex: graph.createNode("nodeType", TagSet("output", "special")); Is a std::set of std::string with useful accessors


Public Member Functions

virtual ~TagSet ()
 Destroy the set of strings.
 TagSet ()
 Constructor, create an empty set of strings.
 TagSet (const std::string &tag)
 Constructor, create a set and insert the initial string tag.
TagSetoperator+ (const std::string &tag)
 Add string tag to the string set.
TagSetoperator+ (const char *tag)
 Add string tag to the string set.


The documentation for this class was generated from the following file:
Generated on Mon Oct 24 17:38:29 2005 for Teem by  doxygen 1.4.2