CMS 3D CMS Logo

Public Member Functions

ato< float > Struct Template Reference

#include <ioutils.h>

List of all members.

Public Member Functions

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

Detailed Description

template<>
struct ato< float >

Definition at line 44 of file ioutils.h.


Member Function Documentation

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

Definition at line 45 of file ioutils.h.

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

Definition at line 46 of file ioutils.h.

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