CMS 3D CMS Logo

Public Member Functions | Public Attributes

FWTriggerTableView::Column Struct Reference

#include <FWTriggerTableView.h>

List of all members.

Public Member Functions

 Column (const std::string &s)

Public Attributes

std::string title
std::vector< std::string > values

Detailed Description

Definition at line 43 of file FWTriggerTableView.h.


Constructor & Destructor Documentation

FWTriggerTableView::Column::Column ( const std::string &  s) [inline]

Definition at line 46 of file FWTriggerTableView.h.

                                   : title( s )
      {}

Member Data Documentation

Definition at line 44 of file FWTriggerTableView.h.

std::vector<std::string> FWTriggerTableView::Column::values

Definition at line 45 of file FWTriggerTableView.h.