|
ActiveLib
|
#include <UniqueString.h>
Public Types | |
| using | Set = std::set<String> |
| Optional. | |
Public Member Functions | |
| UniqueString () | |
| UniqueString (const UniqueString::Set existing) | |
| String | generate (const String &seedString, bool addToExisting=true) |
A class representing a GUID type
|
inline |
Default constructor
|
inline |
Constructor
Make a new unique string from a specified string
| seedString | The starting string |
| addToExisting | True to add the new string to the set of existing strings |
