mixpp: bdm::dirfilelog Class Reference

bdm::dirfilelog Class Reference

Logging into dirfile with buffer in memory. More...

#include <loggers.h>

List of all members.


Detailed Description

Logging into dirfile with buffer in memory.

Dirfile is a special format used by the kst program. See documentation of kst for description.

This format is used to store scalars, hence multivariate RVs must be separated.


Constructor & Destructor Documentation

bdm::dirfilelog::dirfilelog(string dirname0,
int maxlen0 
)[inline]

Default constructor.

Parameters:
dirname0 name of the directory in which to store the results
maxlen0 length of the memory buffers, when full the buffers will be dumped to HDD and returned to the beginning.

Member Function Documentation

void bdm::dirfilelog::from_setting(const Settingset ) [virtual]

Create object from the following structure

    class = 'dirfilelog';
    dirname = 'directory_for_files'; % resulting files will be stored there
    maxlen = [];                     % size of memory buffer, when full results are written to disk
    --- inherited fields ---
    bdm::memlog::from_setting

Reimplemented from bdm::memlog.

References dirname, bdm::memlog::maxlen, and scalarnames.


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

Generated on Fri Aug 27 16:54:40 2010 for mixpp by  doxygen 1.6.0