chardump.cc File Reference

#include "AppHdr.h"
#include "chardump.h"
#include "clua.h"
#include <string>
#include <stdio.h>
#include <string.h>
#include <fcntl.h>
#include <stdlib.h>
#include <unistd.h>
#include <ctype.h>
#include "externs.h"
#include "options.h"
#include "artefact.h"
#include "debug.h"
#include "describe.h"
#include "dgn-overview.h"
#include "dungeon.h"
#include "files.h"
#include "godprayer.h"
#include "hiscores.h"
#include "initfile.h"
#include "itemprop.h"
#include "itemname.h"
#include "items.h"
#include "kills.h"
#include "message.h"
#include "menu.h"
#include "mutation.h"
#include "notes.h"
#include "output.h"
#include "place.h"
#include "player.h"
#include "religion.h"
#include "shopping.h"
#include "showsymb.h"
#include "skills2.h"
#include "spl-book.h"
#include "spl-cast.h"
#include "spl-util.h"
#include "stash.h"
#include "state.h"
#include "stuff.h"
#include "env.h"
#include "transform.h"
#include "travel.h"
#include "view.h"
#include "viewchar.h"
#include "xom.h"

Include dependency graph for chardump.cc:


Classes

struct  dump_section_handler
struct  dump_params

Defines

#define TO_PERCENT(x, y)   (100.0f * (static_cast<float>(x)) / (static_cast<float>(y)))
#define fs(x)   (flags & (x))

Functions

bool dump_char (const std::string &fname, bool show_prices, bool full_id, const scorefile_entry *se)
std::string munge_description (const std::string &inStr)
const char * hunger_level (void)
void dump_map (FILE *fp, bool debug, bool dist)
void dump_map (const char *fname, bool debug, bool dist)
void display_notes ()
void record_turn_timestamp ()

Define Documentation

#define fs (  )     (flags & (x))

#define TO_PERCENT ( x,
 )     (100.0f * (static_cast<float>(x)) / (static_cast<float>(y)))


Function Documentation

void display_notes (  ) 

Here is the call graph for this function:

bool dump_char ( const std::string fname,
bool  show_prices,
bool  full_id,
const scorefile_entry se 
)

void dump_map ( const char *  fname,
bool  debug,
bool  dist 
)

Here is the call graph for this function:

void dump_map ( FILE *  fp,
bool  debug,
bool  dist 
)

Here is the call graph for this function:

const char* hunger_level ( void   ) 

std::string munge_description ( const std::string inStr  ) 

void record_turn_timestamp (  ) 


Generated on Thu Jan 13 13:03:23 2011 by  doxygen 1.5.6