#include <map>
#include <string>
#include "BESObj.h"
Include dependency graph for BESUncompressManager.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | BESUncompressManager |
List of all registered uncompress methods. More... | |
Defines | |
#define | I_BESUncompressManager_h 1 |
Typedefs | |
typedef void(*) | p_bes_uncompress (const string &src, const string &target) |
#define I_BESUncompressManager_h 1 |
Definition at line 34 of file BESUncompressManager.h.
typedef void(*) p_bes_uncompress(const string &src, const string &target) |
Definition at line 46 of file BESUncompressManager.h.