plebble
grid_analyst.h
Go to the documentation of this file.
1 /*
2 -------------------------------------------------------------------------------
3  PLEBBLE
4 -------------------------------------------------------------------------------
5  Copyright (C) 2019-2020 KATLAS Technology. (http://katlastechnology.com)
6  Copyright (C) 2017-2020 Marcos Mayorga. (mm@mm-studios.com)
7 
8  This file is part of our Plebble(R) Platform.
9 
10  The code below cannot be copied, used for any purpose other than the one
11  agreed and/or distributed without the express permission of
12  KATLAS Technology.
13 -------------------------------------------------------------------------------
14 
15 
16 */
17 #ifndef USGOV_9dffc50e77e65ba2048f30925f9899b30f578c6930f15400e29594a75da7d339
18 #define USGOV_9dffc50e77e65ba2048f30925f9899b30f578c6930f15400e29594a75da7d339
19 
20 #include "diff.h"
21 #include <list>
22 #include <vector>
23 #include <string>
24 
25 namespace us{ namespace gov {
26 namespace engine {
27 using namespace std;
28 
29 struct grid_analyst {
30 
31  grid_analyst(const string& dir);
32 
33  static vector<string> files(const string& home);
34 
35 };
36 
37 }
38 }}
39 
40 #endif
41 
app.h
diff.h
us
Definition: daemon.h:22
us::gov::sys::app::sensors_t
Definition: app.h:156
us::gov::engine::streams_version
static constexpr char streams_version
Definition: diff.h:44
us::gov::engine::grid_analyst::files
static vector< string > files(const string &home)
grid_analyst.h
us::gov::engine::grid_analyst::grid_analyst
grid_analyst(const string &dir)
std
Definition: app.h:380
c
us::gov::engine::grid_analyst c
Definition: grid_analyst.cpp:29
us::gov::engine::grid_analyst
Definition: grid_analyst.h:29