FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
File List
File Members
Service.h
Go to the documentation of this file.
1
#ifndef FACT_Service
2
#define FACT_Service
3
4
struct
Service
5
{
6
std::string
name
;
7
std::string
server
;
8
std::string
service
;
9
std::string
format
;
10
bool
iscmd
;
11
};
12
13
inline
bool
operator<
(
const
Service
& left,
const
Service
& right)
14
{
15
return
left.
name
< right.
name
;
16
}
17
#endif
Service::iscmd
bool iscmd
Definition:
Service.h:10
Service::format
std::string format
Definition:
Service.h:9
Service::server
std::string server
Definition:
Service.h:7
Service::service
std::string service
Definition:
Service.h:8
operator<
bool operator<(const Service &left, const Service &right)
Definition:
Service.h:13
Service::name
std::string name
Definition:
Service.h:6
Service
Definition:
benchClient.cxx:12
src
Service.h
Generated on Sun Sep 18 2016 20:50:25 for FACT++ by
1.8.11