MOAB: Mesh Oriented datABase
(version 5.2.1)
|
#include "moab/FileOptions.hpp"
#include <ctype.h>
#include <stdlib.h>
#include <string.h>
#include <algorithm>
Go to the source code of this file.
Namespaces | |
namespace | moab |
Class representing axis-aligned bounding box. | |
Defines | |
#define | EATSPACE(a) |
Functions | |
static bool | moab::strempty (const char *s) |
Variables | |
const char | moab::DEFAULT_SEPARATOR = ';' |
Definition in file FileOptions.cpp.
#define EATSPACE | ( | a | ) |
while( ( *a == ' ' || *a == ',' ) && !strempty( a ) ) \ a++;
Referenced by moab::FileOptions::get_ints_option(), and moab::FileOptions::get_reals_option().