|
Classes |
class | ACE_Env_Value< T > |
| Environment Variable Value. More...
|
Functions |
template<class T> |
void | ACE_Convert (const ACE_TCHAR *s, T &t) |
| Function to convert a string s into type T .
|
void | ACE_Convert (const ACE_TCHAR *s, ACE_TCHAR *&v) |
void | ACE_Convert (const ACE_TCHAR *s, const ACE_TCHAR *&v) |
void | ACE_Convert (const ACE_TCHAR *s, short &si) |
void | ACE_Convert (const ACE_TCHAR *s, u_short &us) |
void | ACE_Convert (const ACE_TCHAR *s, u_int &i) |
void | ACE_Convert (const ACE_TCHAR *s, long &l) |
void | ACE_Convert (const ACE_TCHAR *s, int &i) |
void | ACE_Convert (const ACE_TCHAR *s, u_long &ul) |
void | ACE_Convert (const ACE_TCHAR *s, double &d) |
Template to encapsulate getting a value from an environment variable and using a supplied default value if not in the environment.