c_str_ptr_LSA_UNICODE_STRING_proxy Class Reference
[String Access Shims]

#include <winstl/shims/access/string/LSA_UNICODE_STRING.hpp>

List of all members.


Detailed Description

This class provides an intermediary object that may be returned by the c_str_ptr_null() function, such that the text of a given LSA_UNICODE_STRING string may be accessed as a null-terminated string.

Public Types

typedef
c_str_ptr_LSA_UNICODE_STRING_proxy 
class_type
 This type.

Public Member Functions

 c_str_ptr_LSA_UNICODE_STRING_proxy (LSA_UNICODE_STRING const &s)
 Constructs an instance of the proxy from the given LSA_UNICODE_STRING instance.
 c_str_ptr_LSA_UNICODE_STRING_proxy (class_type const &rhs)
 ~c_str_ptr_LSA_UNICODE_STRING_proxy () throw ()
 Releases any storage aquired by the proxy.
 operator LPCWSTR () const
 Returns a null-terminated string representing the string contents, or the empty string "" if the string has no contents.

Member Typedef Documentation

This type.


Constructor & Destructor Documentation

c_str_ptr_LSA_UNICODE_STRING_proxy ( LSA_UNICODE_STRING const &  s  )  [inline, explicit]

Constructs an instance of the proxy from the given LSA_UNICODE_STRING instance.

Parameters:
s The LSA_UNICODE_STRING instance from which the text will be retrieved

~c_str_ptr_LSA_UNICODE_STRING_proxy (  )  throw () [inline]

Releases any storage aquired by the proxy.


Member Function Documentation

operator LPCWSTR (  )  const [inline]

Returns a null-terminated string representing the string contents, or the empty string "" if the string has no contents.


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

Generated on Thu Jun 10 08:59:36 2010 for STLSoft by  doxygen 1.5.6