#include <TraceEvent.h>
Definition at line 101 of file TraceEvent.h.
proxygen::TraceEvent::Iterator::Iterator |
( |
const TraceEvent & |
event | ) |
|
|
inlineexplicit |
Definition at line 103 of file TraceEvent.h.
105 itr_(event.metaData_.begin()) {
const TraceEvent & event_
MetaDataMap::const_iterator itr_
proxygen::TraceEvent::Iterator::~Iterator |
( |
| ) |
|
|
inline |
Definition at line 118 of file TraceEvent.h.
MetaDataMap::const_iterator itr_
template<typename T >
T proxygen::TraceEvent::Iterator::getValueAs |
( |
| ) |
const |
|
inline |
Definition at line 123 of file TraceEvent.h.
References T.
124 return itr_->second.getValueAs<
T>();
MetaDataMap::const_iterator itr_
bool proxygen::TraceEvent::Iterator::isValid |
( |
| ) |
const |
|
inline |
Definition at line 114 of file TraceEvent.h.
const TraceEvent & event_
MetaDataMap::const_iterator itr_
void proxygen::TraceEvent::Iterator::next |
( |
| ) |
|
|
inline |
Definition at line 110 of file TraceEvent.h.
MetaDataMap::const_iterator itr_
const std::type_info& proxygen::TraceEvent::Iterator::type |
( |
| ) |
const |
|
inline |
Definition at line 127 of file TraceEvent.h.
128 return itr_->second.type();
MetaDataMap::const_iterator itr_
const TraceEvent& proxygen::TraceEvent::Iterator::event_ |
|
private |
MetaDataMap::const_iterator proxygen::TraceEvent::Iterator::itr_ |
|
private |
The documentation for this class was generated from the following file: