Zen
A cross-platform functional programming language

stringset Class Reference

Intrinsic stringset type. More...

#include <zbl.hpp>

List of all members.

Public Member Functions

 stringset ()
 Default constructor.
void clear ()
 Empty the list.
void insert (const string &v)
 Add a string to the list.
bool has (const string &v) const
 Check for a string in the list.

Private Attributes

QSet< QString > _list
 List of strings.

Detailed Description

Intrinsic stringset type.


Member Function Documentation

bool has ( const string v) const [inline]

Check for a string in the list.

Parameters:
vString to find
Returns:
True if found, else false
void insert ( const string v) [inline]

Add a string to the list.

Parameters:
vstring to add

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines