CMS 3D CMS Logo

Public Member Functions

ato< std::string > Struct Template Reference

#include <ioutils.h>

List of all members.

Public Member Functions

const std::string & operator() (const char *c) const
const std::string & operator() (const std::string &c) const

Detailed Description

template<>
struct ato< std::string >

Definition at line 62 of file ioutils.h.


Member Function Documentation

const std::string& ato< std::string >::operator() ( const char *  c) const [inline]

Definition at line 63 of file ioutils.h.

References trackerHits::c.

{ static std::string cs; cs=c;return cs;}
const std::string& ato< std::string >::operator() ( const std::string &  c) const [inline]

Definition at line 64 of file ioutils.h.

References trackerHits::c.

{ return c;}