FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
DimState::DimState
(
const std::string &
n
,
const std::string
s
=
"STATE"
)
inline
Definition at line
52
of file
DimState.h
.
52
:
server
(n),
53
service
(n+
"/"
+s),
54
last
(std::make_pair(
Time
(),
kOffline
)),
cur
(std::make_pair(
Time
(),
kOffline
))
55
{
56
}
Time
Adds some functionality to boost::posix_time::ptime for our needs.
Definition:
Time.h:30
DimState::last
std::pair< Time, int32_t > last
Definition:
DimState.h:64
DimState::server
std::string server
Definition:
DimState.h:61
DimState::service
std::string service
Definition:
DimState.h:62
DimState::cur
std::pair< Time, int32_t > cur
Definition:
DimState.h:65
DimState::kOffline
Definition:
DimState.h:20
DimState
Generated on Sun Sep 18 2016 20:50:49 for FACT++ by
1.8.11