InternalString< T > Class Template Reference

template<class T>
class awString::InternalString< T >

#include <awStringShared.h>

List of all members.

Public Member Functions

  InternalString ()
  InternalString (const T &str)

Public Attributes

m_string
int  m_refs
bool  m_intern

Constructor & Destructor Documentation

InternalString ( ) [inline]
            : m_refs (0),
              m_intern (false)
        {
        }
InternalString ( const T &  str ) [inline]
            : m_string (str),
              m_refs (0),
              m_intern (false)
        {
        }

Member Data Documentation