|
template<class T > |
void | ACE_Convert (const ACE_TCHAR *s, T &t) |
| Function to convert a string s into type T . More...
|
|
template<> |
void | ACE_Convert (const ACE_TCHAR *s, ACE_TCHAR *&v) |
|
template<> |
void | ACE_Convert (const ACE_TCHAR *s, const ACE_TCHAR *&v) |
|
template<> |
void | ACE_Convert (const ACE_TCHAR *s, short &si) |
|
template<> |
void | ACE_Convert (const ACE_TCHAR *s, u_short &us) |
|
template<> |
void | ACE_Convert (const ACE_TCHAR *s, u_int &i) |
|
template<> |
void | ACE_Convert (const ACE_TCHAR *s, long &l) |
|
template<> |
void | ACE_Convert (const ACE_TCHAR *s, int &i) |
|
template<> |
void | ACE_Convert (const ACE_TCHAR *s, u_long &ul) |
|
template<> |
void | ACE_Convert (const ACE_TCHAR *s, double &d) |
|
- Id:
- Env_Value_T.h 92712 2010-11-25 12:22:13Z johnnyw
Template to encapsulate getting a value from an environment variable and using a supplied default value if not in the environment.
- Author
- Chris Cleeland (derived from work by Carlos O'Ryan)