OPeNDAP Hyrax Back End Server (BES)  Updated for version 3.8.3
BESUncompressManager.h File Reference
#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...
 

Typedefs

typedef void(* p_bes_uncompress )(const string &src, const string &target)
 

Typedef Documentation

typedef void(* p_bes_uncompress)(const string &src, const string &target)

Definition at line 46 of file BESUncompressManager.h.