#include <ndb_global.h>#include <BaseString.hpp>#include <basestring_vsnprintf.h>Include dependency graph for BaseString.cpp:

Go to the source code of this file.
Functions | |
| static bool | iswhite (char c) |
| static bool iswhite | ( | char | c | ) | [static] |
Definition at line 230 of file BaseString.cpp.
00230 { 00231 switch(c) { 00232 case ' ': 00233 case '\t': 00234 return true; 00235 default: 00236 return false; 00237 } 00238 /* NOTREACHED */ 00239 }
1.4.7

