JASSv2
Functions
JASS_anytime_accumulator_manager.h File Reference

Facrory class for accumulator management strategies. More...

#include <string>
#include "query_heap.h"
#include "query_simple.h"
#include "accumulator_2d.h"
#include "query_block_max.h"
#include "compress_integer.h"
#include "accumulator_simple.h"
Include dependency graph for JASS_anytime_accumulator_manager.h:

Go to the source code of this file.

Functions

JASS::queryJASS_anytime_accumulator_manager::get_by_name (const std::string &name, JASS::compress_integer &codex)
 Return an accumulator manager given its name, which will normally come from the command line parameter parsing. More...
 

Detailed Description

Facrory class for accumulator management strategies.

Author
Andrew Trotman

Function Documentation

◆ get_by_name()

JASS::query* JASS_anytime_accumulator_manager::get_by_name ( const std::string &  name,
JASS::compress_integer codex 
)

Return an accumulator manager given its name, which will normally come from the command line parameter parsing.

Parameters
name[in] The name of the manager to use
codex[in] The decompressor that the manager should use
Returns
An accumulator manager