Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

String_Base.h File Reference

#include "ace/pre.h"
#include "ace/ACE.h"
#include "ace/String_Base_Const.h"
#include "ace/post.h"

Include dependency graph for String_Base.h:

Include dependency graph

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

Included by dependency graph

Compounds

class  ACE_String_Base
 This class provides a wrapper facade for C strings. More...


Functions

template<class CHAR> ACE_INLINE ACE_String_Base<
CHAR > 
operator+ (const ACE_String_Base< CHAR > &, const ACE_String_Base< CHAR > &)
template<class CHAR> ACE_INLINE ACE_String_Base<
CHAR > 
operator+ (const ACE_String_Base< CHAR > &, const CHAR *)
template<class CHAR> ACE_INLINE ACE_String_Base<
CHAR > 
operator+ (const CHAR *, const ACE_String_Base< CHAR > &)

Detailed Description

String_Base.h,v 4.5 2002/02/08 18:00:23 nanbor Exp

Author:
Douglas C. Schmidt (schmidt@cs.wustl.edu) , Nanbor Wang <nanbor@cs.wustl.edu>

Function Documentation

template<class CHAR>
ACE_INLINE ACE_String_Base<CHAR> operator+ const CHAR *    s,
const ACE_String_Base< CHAR > &    t
 

template<class CHAR>
ACE_INLINE ACE_String_Base<CHAR> operator+ const ACE_String_Base< CHAR > &    s,
const CHAR *    t
 

template<class CHAR>
ACE_INLINE ACE_String_Base<CHAR> operator+ const ACE_String_Base< CHAR > &    s,
const ACE_String_Base< CHAR > &    t
 


Generated on Sun Feb 17 17:28:49 2002 for ACE by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001