CMS 3D CMS Logo

Public Member Functions | Public Attributes

edm::service::ELsetS Struct Reference

#include <ELset.h>

List of all members.

Public Member Functions

 ELsetS (const std::string &ss)
bool operator< (const ELsetS &t) const

Public Attributes

std::string s

Detailed Description

Definition at line 27 of file ELset.h.


Constructor & Destructor Documentation

edm::service::ELsetS::ELsetS ( const std::string &  ss) [inline]

Definition at line 29 of file ELset.h.

: s(ss) {}

Member Function Documentation

bool edm::service::ELsetS::operator< ( const ELsetS t) const [inline]

Definition at line 30 of file ELset.h.

References s.

{ return (s<t.s); }

Member Data Documentation

Definition at line 28 of file ELset.h.

Referenced by operator<().