GETPOT_NAMESPACE::GetPot::ltstr Struct Reference

List of all members.

Public Member Functions

bool operator() (const char *s1, const char *s2) const

Detailed Description

Definition at line 337 of file getpot.h.


Member Function Documentation

bool GETPOT_NAMESPACE::GetPot::ltstr::operator() ( const char *  s1,
const char *  s2 
) const [inline]

Definition at line 338 of file getpot.h.

00338                                                             {
00339         return strcmp(s1, s2) < 0;
00340       }


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

Site Created By: libMesh Developers
Last modified: February 05 2013 19:55:06 UTC

Hosted By:
SourceForge.net Logo