CMS 3D CMS Logo

Public Member Functions

ato< unsigned int > Struct Template Reference

#include <ioutils.h>

List of all members.

Public Member Functions

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

Detailed Description

template<>
struct ato< unsigned int >

Definition at line 38 of file ioutils.h.


Member Function Documentation

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

Definition at line 39 of file ioutils.h.

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

Definition at line 40 of file ioutils.h.

{ return strtoul(c.c_str(),0,0);}