CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
LegendItem.cc
Go to the documentation of this file.
1 /*
2  * LegendItem.cc
3  *
4  * Created on: Sep 24, 2012
5  * Author: aspataru
6  */
7 
8 #include "../interface/LegendItem.h"
9 
10 using namespace jsoncollector;
11 using std::string;
12 
13 LegendItem::LegendItem(string name, string operation) :
14  name_(name), operation_(operation) {
15 }
16 
18 }
LegendItem(std::string name, std::string operation)
Definition: LegendItem.cc:13