worldfile.cc File Reference

#include <assert.h>
#include <ctype.h>
#include <errno.h>
#include <limits.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <math.h>
#include "replace.h"
#include "stage.hh"
#include "worldfile.hh"

Include dependency graph for worldfile.cc:


Defines

#define isblank(a)   (a == ' ' || a == '\t')
#define PARSE_ERR(z, l)   PRINT_ERR2("%s:%d : " z, this->filename, l)
#define TOKEN_ERR(z, l)   PRINT_ERR2("%s:%d : " z, this->filename, l)

Functions

void PrintProp (const char *key, CProperty *prop)

Define Documentation

#define isblank (  )     (a == ' ' || a == '\t')

#define PARSE_ERR ( z,
 )     PRINT_ERR2("%s:%d : " z, this->filename, l)

#define TOKEN_ERR ( z,
 )     PRINT_ERR2("%s:%d : " z, this->filename, l)


Function Documentation

void PrintProp ( const char *  key,
CProperty prop 
)


Generated on Wed Jul 22 11:51:03 2009 for Stage by  doxygen 1.5.9