"Fossies" - the Fresh Open Source Software Archive  

Source code changes of the file "layer0/Util2.h" between
pymol-v2.1.0.tar.bz2 and pymol-open-source-2.2.0.tar.gz

About: PyMOL is a Python-enhanced molecular graphics tool. It excels at 3D visualization of proteins, small molecules, density, surfaces, and trajectories. It also includes molecular editing, ray tracing, and movies. Open Source version.

Util2.h  (pymol-v2.1.0.tar.bz2):Util2.h  (pymol-open-source-2.2.0)
skipping to change at line 25 skipping to change at line 25
bool strlessnat(const std::string& a, const std::string& b); bool strlessnat(const std::string& a, const std::string& b);
/* /*
* C string comparison class * C string comparison class
*/ */
struct cstrless_t { struct cstrless_t {
bool operator()(const char * a, const char * b) const { bool operator()(const char * a, const char * b) const {
return strcmp(a, b) < 0; return strcmp(a, b) < 0;
} }
}; };
bool p_strstartswith(const char * s, const char * prefix);
bool p_strcasestartswith(const char * s, const char * prefix);
 End of changes. 1 change blocks. 
0 lines changed or deleted 0 lines changed or added

Home  |  About  |  Features  |  All  |  Newest  |  Dox  |  Diffs  |  RSS Feeds  |  Screenshots  |  Comments  |  Imprint  |  Privacy  |  HTTP(S)