blocxx
|
#include <Cstr.hpp>
Public Member Functions | |
CstrArr (Array< S > const &s) | |
Public Attributes | |
Array< char const * > | a |
char const *const * | sarr |
char const *const * | sarr |
Converted value. | |
Private Member Functions | |
CstrArr (Array< S > const &s) | |
Initializes sarr with the null-terminated char const * const * value corresponding to sa. | |
|
inline |
Definition at line 201 of file Cstr.hpp.
References a, BLOCXX_NAMESPACE::Array< T >::begin(), BLOCXX_NAMESPACE::Array< T >::end(), sarr, and BLOCXX_NAMESPACE::Cstr::to_char_ptr().
|
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.
Array<char const *> BLOCXX_NAMESPACE::Cstr::CstrArr< Array< S > >::a |
char const* const* BLOCXX_NAMESPACE::Cstr::CstrArr< Array< S > >::sarr |
char const* const* BLOCXX_NAMESPACE::Cstr::CstrArr< Array< S > >::sarr |