Defines | Functions
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 <stdarg.h>
#include "replace.h"
#include "stage.hh"
#include "worldfile.hh"
Include dependency graph for worldfile.cc:

Go to the source code of this file.

Defines

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

Functions

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

Define Documentation

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

Definition at line 51 of file worldfile.cc.

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

Definition at line 58 of file worldfile.cc.

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

Definition at line 56 of file worldfile.cc.


Function Documentation

void PrintProp ( const char *  key,
CProperty prop 
)

Definition at line 1236 of file worldfile.cc.



stage
Author(s): Richard Vaughan , Brian Gerkey , Reed Hedges , Andrew Howard , Toby Collett , Pooya Karimian , Jeremy Asher , Alex Couture-Beil , Geoff Biggs , Rich Mattes , Abbas Sadat
autogenerated on Thu Aug 27 2015 15:20:57