PUtilities.h File Reference

#include "PLibraries.h"

Go to the source code of this file.

Classes

class  PUtilities

Defines

#define isNAN(x)   !((x) <= 0 || (x) > 0)
#define ends_with(str, x)


Define Documentation

#define ends_with ( str,
 ) 

Value:

(string(str).find(string(x)) != string::npos && \
                                         string(str).find(string(x)) == string(str).length() - \
                                         string(x).length())

#define isNAN (  )     !((x) <= 0 || (x) > 0)


Generated on Wed May 16 20:22:10 2007 for LoopTK: Protein Loop Kinematic Toolkit by  doxygen 1.5.1