changa  3.5
 All Classes Files Functions Variables Typedefs Enumerations Friends Macros Groups Pages
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
StarLog Class Reference

Log of star formation events to be written out to a file. More...

#include <starform.h>

Inheritance diagram for StarLog:

Public Member Functions

void flush ()
 Flush starlog data to a file If the file format is changed remember to change logMetaData() below.
 
 PUPable_decl (StarLog)
 
 StarLog (CkMigrateMessage *m)
 
void pup (PUP::er &p)
 

Static Public Member Functions

static void logMetaData (std::ofstream &ofsLog)
 Print out metadata for the starlog. More...
 

Public Attributes

int nOrdered
 
std::string fileName
 
std::vector< StarLogEventseTab
 

Detailed Description

Log of star formation events to be written out to a file.

Member Function Documentation

void StarLog::logMetaData ( std::ofstream &  osfLog)
static

Print out metadata for the starlog.

Parameters
osfLogoutput file stream to write the metadata. Note: This needs to match the format in StarLog::flush() above.

The documentation for this class was generated from the following files: