#include <memory>
#include <algorithm>
#include <boost/function.hpp>
#include <qi/stats.hpp>
#include <qi/api.hpp>
#include <qi/anyfunction.hpp>
#include <qi/type/typeobject.hpp>
#include <qi/signal.hpp>
Go to the source code of this file.
|
| qi |
| Deprecated in 2.5. Use int8_t from <cstdint>.
|
|
|
| QI_TYPE_STRUCT_AGREGATE_CONSTRUCTOR (qi::MinMaxSum,("minValue", minValue),("maxValue", maxValue),("cumulatedValue", cumulatedValue)) |
|
| QI_TYPE_STRUCT_AGREGATE_CONSTRUCTOR (qi::MethodStatistics,("count", count),("wall", wall),("user", user),("system", system)) |
|
| QI_TYPE_STRUCT_AGREGATE_CONSTRUCTOR (qi::EventTrace,("id", id),("kind", kind),("slotId", slotId),("arguments", arguments),("timestamp", timestamp),("userUsTime", userUsTime),("systemUsTime", systemUsTime),("callerContext", callerContext),("calleeContext", calleeContext)) |
|
| QI_TYPE_STRUCT (qi::os::timeval, tv_sec, tv_usec) |
|
| QI_TYPE_ENUM (qi::EventTrace::EventKind) |
|
#define _QITYPE_MANAGEABLE_HPP_ |
QI_TYPE_STRUCT_AGREGATE_CONSTRUCTOR |
( |
qi::MinMaxSum |
, |
|
|
("minValue", minValue) |
, |
|
|
("maxValue", maxValue) |
, |
|
|
("cumulatedValue", cumulatedValue) |
|
|
) |
| |
QI_TYPE_STRUCT_AGREGATE_CONSTRUCTOR |
( |
qi::MethodStatistics |
, |
|
|
("count", count) |
, |
|
|
("wall", wall) |
, |
|
|
("user", user) |
, |
|
|
("system", system) |
|
|
) |
| |
QI_TYPE_STRUCT_AGREGATE_CONSTRUCTOR |
( |
qi::EventTrace |
, |
|
|
("id", id) |
, |
|
|
("kind", kind) |
, |
|
|
("slotId", slotId) |
, |
|
|
("arguments", arguments) |
, |
|
|
("timestamp", timestamp) |
, |
|
|
("userUsTime", userUsTime) |
, |
|
|
("systemUsTime", systemUsTime) |
, |
|
|
("callerContext", callerContext) |
, |
|
|
("calleeContext", calleeContext) |
|
|
) |
| |