CMS 3D CMS Logo

Public Member Functions

ato< char * > Struct Template Reference

#include <ioutils.h>

List of all members.

Public Member Functions

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

Detailed Description

template<>
struct ato< char * >

Definition at line 56 of file ioutils.h.


Member Function Documentation

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

Definition at line 57 of file ioutils.h.

References trackerHits::c.

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

Definition at line 58 of file ioutils.h.

{ return c.c_str();}