OpenSDN source code
|
#include <map>
#include <vector>
#include <boost/ptr_container/ptr_map.hpp>
#include <boost/assign/ptr_map_inserter.hpp>
#include <sandesh/sandesh_types.h>
#include <sandesh/sandesh.h>
#include <tbb/mutex.h>
#include <tbb/concurrent_hash_map.h>
#include <boost/functional/hash.hpp>
Go to the source code of this file.
Macros | |
#define | SANDESH_UVE_DEF(x, y, z, w) static SandeshUVEPerTypeMapGroup<x, y, z, w> uvemap ## x(#y) |
#define SANDESH_UVE_DEF | ( | x, | |
y, | |||
z, | |||
w | |||
) | static SandeshUVEPerTypeMapGroup<x, y, z, w> uvemap ## x(#y) |
Definition at line 349 of file sandesh_uve.h.