Logo
~Sockets~
~Examples~
~Contact~


Utility::ncmap_compare Class Reference

List of all members.


Public Member Functions

bool operator() (const std::string &x, const std::string &y) const

Detailed Description

Definition at line 69 of file Utility.h.


Member Function Documentation

bool Utility::ncmap_compare::operator() ( const std::string &  x,
const std::string &  y 
) const

Definition at line 1169 of file Utility.cpp.

01170 {
01171         return strcasecmp(x.c_str(), y.c_str()) < 0;
01172 }


The documentation for this class was generated from the following files:
Page, code, and content Copyright (C) 2007 by Anders Hedström
Generated for C++ Sockets by  doxygen 1.4.4