STLSoft - ... Robust, Lightweight, Cross-platform, Template Software ... ATLSTL - Template Software for the Active Template Library COMSTL - The Standard Template Library meets the Component Object Model .netSTL - Standard Template Library meets the Microsoft.NET Common Language Runtime InetSTL - The Standard Template Library meets WinInet MFCSTL - Template Software for the Microsoft Foundation Classes UNIXSTL - Template Software for the UNIX Operating System WinSTL - where the Standard Template Library meets the Win32 API

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

c_string_accessor Class Template Reference

Template providing scoped C-string access to a String. More...

#include <dotnetstl_string_accessor.h>

List of all members.

Public Methods

 c_string_accessor (System::String *s)
 Construct from a System::String.

 ~c_string_accessor ()
 Release resources.

 operator const_pointer () const
 Implicit conversion operator to a C-string.


Detailed Description

template<typename C>
class stlsoft::dotnetstl_project::c_string_accessor< C >

Template providing scoped C-string access to a String.


Constructor & Destructor Documentation

c_string_accessor System::String *    s [inline, explicit]
 

Construct from a System::String.

Parameters:
s  The String for which C-string access is to be provided. Must not be NULL

~c_string_accessor   [inline]
 

Release resources.


Member Function Documentation

operator const_pointer   const [inline]
 

Implicit conversion operator to a C-string.


The documentation for this class was generated from the following file:

STLSoft Libraries documentation © Synesis Software Pty Ltd, 2001-2004