vegastrike
0.5.1.r1
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
in_kb_data.h
Go to the documentation of this file.
1
#ifndef _IN_KB_DATA_H_
2
#define _IN_KB_DATA_H_
3
#include <string>
4
class
KBData
{
5
public
:
6
std::string
data
;
7
KBData
(){}
8
KBData
(
const
std::string &s){this->
data
=s;}
9
};
10
#endif
src
in_kb_data.h
Generated on Fri Feb 14 2014 09:03:10 for vegastrike by
1.8.4