CMS 3D CMS Logo

Public Member Functions

ato< int > Struct Template Reference

#include <ioutils.h>

List of all members.

Public Member Functions

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

Detailed Description

template<>
struct ato< int >

Definition at line 32 of file ioutils.h.


Member Function Documentation

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

Definition at line 33 of file ioutils.h.

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

Definition at line 34 of file ioutils.h.

{ return atoi(c.c_str());}