YAPOG  0.0.1
Yet Another Pokemon Online Game
yap::StringFilter Class Reference

#include <StringFilter.hpp>

Collaboration diagram for yap::StringFilter:

List of all members.

Static Public Member Functions

static bool IsNumeric (const String &str)

Private Member Functions

 DISALLOW_COPY (StringFilter)
 StringFilter ()
 ~StringFilter ()

Static Private Member Functions

static bool CheckRegex (const String &str, const String &regexExp)

Detailed Description

Definition at line 9 of file StringFilter.hpp.


Constructor & Destructor Documentation

yap::StringFilter::StringFilter ( )
private
yap::StringFilter::~StringFilter ( )
private

Member Function Documentation

bool yap::StringFilter::CheckRegex ( const String str,
const String regexExp 
)
staticprivate

Definition at line 12 of file StringFilter.cpp.

Here is the caller graph for this function:

yap::StringFilter::DISALLOW_COPY ( StringFilter  )
private
bool yap::StringFilter::IsNumeric ( const String str)
static

Definition at line 7 of file StringFilter.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:


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