Classes | Macros | Typedefs | Functions
MapOfVectors_t.cpp File Reference
#include "canvas/test/CppUnit_testdriver.icpp"
#include <cppunit/extensions/HelperMacros.h>
#include "art/Persistency/Common/MapOfVectors.h"
#include "canvas/Utilities/Exception.h"
#include <algorithm>
#include <vector>

Go to the source code of this file.

Classes

class  TestMapOfVectors
 

Macros

#define private   public
 

Typedefs

typedef art::MapOfVectors< int, int > MII
 
typedef MII::TheMap TheMap
 

Functions

 CPPUNIT_TEST_SUITE_REGISTRATION (TestMapOfVectors)
 

Macro Definition Documentation

#define private   public

Definition at line 4 of file MapOfVectors_t.cpp.

Typedef Documentation

typedef art::MapOfVectors<int,int> MII

Definition at line 13 of file MapOfVectors_t.cpp.

typedef MII::TheMap TheMap

Definition at line 14 of file MapOfVectors_t.cpp.

Function Documentation

CPPUNIT_TEST_SUITE_REGISTRATION ( TestMapOfVectors  )