]> git.siccegge.de Git - frida/frida.git/blob - src/Section.hxx
Add comand line argument parser
[frida/frida.git] / src / Section.hxx
1 #ifndef INCLUDE__Section_hxx
2 #define INCLUDE__Section_hxx
3
4 #include "include_llvm.hxx"
5
6 #include <string>
7 #include <vector>
8 #include <functional>
9
10 using llvm::OwningPtr;
11
12 namespace qtlldb {
13 class Section {
14 public:
15 Section() {}
16
17 private:
18
19 };
20 }
21 #endif