blocxx
Public Attributes | Private Member Functions

BLOCXX_NAMESPACE::Cstr::CstrArr< SA > Struct Template Reference

Class for converting values of type S into char const * const *. More...

#include <Cstr.hpp>

List of all members.

Public Attributes

char const *const sarr
 Converted value.

Private Member Functions

 CstrArr (SA const &s)
 Initializes sarr with the null-terminated char const * const * value corresponding to sa.

Detailed Description

template<typename SA>
struct BLOCXX_NAMESPACE::Cstr::CstrArr< SA >

Class for converting values of type S into char const * const *.

BLOCXX_Cstr.hpp defines specializations for S being any one of

Definition at line 130 of file Cstr.hpp.


Constructor & Destructor Documentation

template<typename SA>
BLOCXX_NAMESPACE::Cstr::CstrArr< SA >::CstrArr ( SA const &  s) [private]

Initializes sarr with the null-terminated char const * const * value corresponding to sa.

Note that this generic specialization is unimplemented and private to cause a compile-time error instead of an undefined symbol at link time.


Member Data Documentation

template<typename SA>
char const* const BLOCXX_NAMESPACE::Cstr::CstrArr< SA >::sarr

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