Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

Env_Value_T.h File Reference

#include "ace/config-all.h"
#include "ace/Global_Macros.h"
#include "ace/OS_NS_stdlib.h"
#include "ace/Env_Value_T.inl"
#include "ace/Env_Value_T.cpp"

Include dependency graph for Env_Value_T.h:

Include dependency graph

This graph shows which files directly or indirectly include this file:

Included by dependency graph

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)

Detailed Description

Id
Env_Value_T.h,v 4.30 2004/06/25 08:27:12 jwillemsen Exp

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)

Function Documentation

void ACE_Convert const ACE_TCHAR s,
double &  d
[inline]
 

void ACE_Convert const ACE_TCHAR s,
u_long &  ul
[inline]
 

void ACE_Convert const ACE_TCHAR s,
int &  i
[inline]
 

void ACE_Convert const ACE_TCHAR s,
long &  l
[inline]
 

void ACE_Convert const ACE_TCHAR s,
u_int &  i
[inline]
 

void ACE_Convert const ACE_TCHAR s,
u_short &  us
[inline]
 

void ACE_Convert const ACE_TCHAR s,
short &  si
[inline]
 

void ACE_Convert const ACE_TCHAR s,
const ACE_TCHAR *&  v
[inline]
 

void ACE_Convert const ACE_TCHAR s,
ACE_TCHAR *&  v
[inline]
 

template<class T>
void ACE_Convert const ACE_TCHAR s,
T &  t
[inline]
 

Function to convert a string s into type T.


Generated on Thu Feb 10 20:35:37 2005 for ACE by  doxygen 1.3.9.1