EpcTools
An event based multi-threaded C++ development framework.
Public Member Functions | List of all members
EPCDNS::StringVector Class Reference

Represents a vector (array) of strings. More...

#include <epcdns.h>

Inheritance diagram for EPCDNS::StringVector:

Public Member Functions

Void dump (const char *prefix)
 Prints the contents of this object. More...
 
Void shuffle ()
 Randomizes the list of strings. More...
 

Detailed Description

Represents a vector (array) of strings.

Member Function Documentation

◆ dump()

Void EPCDNS::StringVector::dump ( const char *  prefix)
inline

Prints the contents of this object.

Parameters
prefixa value to prepend to each line.

◆ shuffle()

Void EPCDNS::StringVector::shuffle ( )
inline

Randomizes the list of strings.


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