ACE  6.0.8
Public Types | Static Public Attributes
ACE_String_Base_Const Class Reference

This class defines a constant for ACE_String_Base which originally was there to circumvent a bug in SunCC 6.0. This could be moved to ACE_String_Base but that adds a lot of footprint to the user applications which is not something we want. More...

#include <String_Base_Const.h>

Inheritance diagram for ACE_String_Base_Const:
Inheritance graph
[legend]

List of all members.

Public Types

typedef ACE_Allocator::size_type size_type

Static Public Attributes

static size_type const npos

Detailed Description

This class defines a constant for ACE_String_Base which originally was there to circumvent a bug in SunCC 6.0. This could be moved to ACE_String_Base but that adds a lot of footprint to the user applications which is not something we want.


Member Typedef Documentation

Reimplemented in ACE_String_Base< char >.


Member Data Documentation

Initial value:

Constant that denotes case where no such character position exists.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines