BagFile.hpp
Go to the documentation of this file.
00001 /*
00002  * BagFile.hpp
00003  *
00004  *  Created on: Apr 30, 2012
00005  *      Author: mriedel
00006  */
00007 
00008 #ifndef BAGFILE_HPP_
00009 #define BAGFILE_HPP_
00010 
00011 #include <telekyb_defines/telekyb_defines.hpp>
00012 #include "BagExportOptions.hpp"
00013 
00014 namespace TELEKYB_NAMESPACE
00015 {
00016 
00017 class BagFile {
00018 private:
00019         BagExportOptions options;
00020 
00021 public:
00022         BagFile();
00023         virtual ~BagFile();
00024 
00025         void process();
00026 };
00027 
00028 }
00029 
00030 #endif /* BAGFILE_HPP_ */
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends


tk_bagtools
Author(s): Martin Riedel
autogenerated on Mon Nov 11 2013 11:14:47