CMS 3D CMS Logo

Classes | Functions
GlobalObjectMapRecord.h File Reference
#include <string>
#include <vector>
#include "DataFormats/L1TGlobal/interface/GlobalObjectMapFwd.h"
#include "DataFormats/L1TGlobal/interface/GlobalObjectMap.h"

Go to the source code of this file.

Classes

class  GlobalObjectMapRecord
 

Functions

void swap (GlobalObjectMapRecord &lh, GlobalObjectMapRecord &rh)
 

Function Documentation

void swap ( GlobalObjectMapRecord lh,
GlobalObjectMapRecord rh 
)
inline

Definition at line 95 of file GlobalObjectMapRecord.h.

References GlobalObjectMapRecord::swap().

95  {
96  lh.swap(rh);
97 }
void swap(GlobalObjectMapRecord &rh)