#include <QueryState.h>
|
template<typename... Pairs> |
| StdLogData (char const *file, unsigned line, char const *func, Pairs &&...pairs) |
|
|
static std::atomic< int64_t > | s_match {0} |
|
Definition at line 239 of file QueryState.h.
template<typename... Pairs>
query_state::StdLogData::StdLogData |
( |
char const * |
file, |
|
|
unsigned |
line, |
|
|
char const * |
func, |
|
|
Pairs &&... |
pairs |
|
) |
| |
|
inlineprotected |
Definition at line 249 of file QueryState.h.
References to_string().
256 static_assert(
sizeof...(Pairs) % 2 == 0,
257 "StdLogData() requires an even number of name/value parameters.");
std::list< std::string > name_value_pairs_
static std::atomic< int64_t > s_match
std::string filename(char const *path)
Clock::time_point const start_
std::string const query_state::StdLogData::file_ |
|
protected |
char const* const query_state::StdLogData::func_ |
|
protected |
unsigned const query_state::StdLogData::line_ |
|
protected |
int64_t const query_state::StdLogData::match_ |
|
protected |
std::list<std::string> query_state::StdLogData::name_value_pairs_ |
|
protected |
std::atomic< int64_t > query_state::StdLogData::s_match {0} |
|
staticprotected |
Clock::time_point const query_state::StdLogData::start_ |
|
protected |
The documentation for this class was generated from the following files:
- /home/jenkins-slave/workspace/core-os-doxygen/ThriftHandler/QueryState.h
- /home/jenkins-slave/workspace/core-os-doxygen/ThriftHandler/QueryState.cpp