moab
FileOptions.cpp File Reference
#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 = ';'

Detailed Description

Author:
Jason Kraftcheck ([email protected])
Date:
2007-08-21

Definition in file FileOptions.cpp.


Define Documentation

#define EATSPACE (   a)
Value:
while ((*a == ' ' ||          \
                            *a == ',') && !strempty(a)) a++;
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines