CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Friends
TTUBoardSpecsIO Class Reference

#include <ConfigCode/TTUBoardSpecsIO.h>

Inheritance diagram for TTUBoardSpecsIO:
TTUBoardSpecs

Public Member Functions

 TTUBoardSpecsIO ()
 Standard constructor. More...
 
virtual ~TTUBoardSpecsIO ()
 Destructor. More...
 
- Public Member Functions inherited from TTUBoardSpecs
 TTUBoardSpecs ()
 Standard constructor. More...
 
virtual ~TTUBoardSpecs ()
 Destructor. More...
 

Friends

std::istream & operator>> (std::istream &, TTUBoardConfig &)
 

Additional Inherited Members

- Public Attributes inherited from TTUBoardSpecs
std::vector< TTUBoardConfigm_boardspecs
 

Detailed Description

Author
Andres Osorio
Date
2008-12-16

Definition at line 19 of file TTUBoardSpecsIO.h.

Constructor & Destructor Documentation

TTUBoardSpecsIO::TTUBoardSpecsIO ( )

Standard constructor.

Definition at line 18 of file TTUBoardSpecsIO.cc.

18  {
19 
20 }
TTUBoardSpecsIO::~TTUBoardSpecsIO ( )
virtual

Destructor.

Definition at line 24 of file TTUBoardSpecsIO.cc.

24 {}

Friends And Related Function Documentation

std::istream& operator>> ( std::istream &  ,
TTUBoardConfig  
)
friend