|
JASSv2
|
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"
Go to the source code of this file.
Functions | |
| 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. More... | |
Facrory class for accumulator management strategies.
| 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.
| name | [in] The name of the manager to use |
| codex | [in] The decompressor that the manager should use |
1.8.13