1.00.0
C++ Simulated Airline Inventory Management System library
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
header.hpp
Go to the documentation of this file.
1
#ifndef __AIRINV_SVR_HEADER_HPP
2
#define __AIRINV_SVR_HEADER_HPP
3
4
// //////////////////////////////////////////////////////////////////////
5
// Import section
6
// //////////////////////////////////////////////////////////////////////
7
// STL
8
#include <string>
9
10
namespace
AIRINV {
11
13
struct
header
{
14
std::string
name
;
15
std::string
value
;
16
};
17
18
}
19
#endif // __AIRINV_SVR_HEADER_HPP
AIRINV::header
Definition:
header.hpp:13
AIRINV::header::value
std::string value
Definition:
header.hpp:15
AIRINV::header::name
std::string name
Definition:
header.hpp:14
Generated on Thu Sep 4 2014 10:08:47 for AirInv by
1.8.7