#include <string>
#include <boost/shared_ptr.hpp>
#include <boost/make_shared.hpp>
#include <boost/function.hpp>
#include <base/time_util.h>
Go to the source code of this file.
|
template<typename ElemT > |
std::map< std::string, ElemT > | contrail::sandesh::DerivedStatsAgg (const std::map< std::string, ElemT > &raw, std::map< std::string, ElemT > &agg, const std::map< std::string, bool > &del) |
|
template<template< class, class > class DSTT, typename ElemT , typename ResultT > |
void | contrail::sandesh::DerivedStatsMerge (const std::map< std::string, ElemT > &raw, std::map< std::string, boost::shared_ptr< DSTT< ElemT, ResultT > > > &dsm, std::string annotation, const std::map< std::string, bool > &del, uint64_t mono_usec) |
|