blocxx
BLOCXX_NAMESPACE::Cstr::CstrArr< EnvVars > Struct Reference

#include <EnvVars.hpp>

Public Member Functions

 CstrArr (EnvVars const &ev)
 

Public Attributes

char const *const * sarr
 
char const *const * sarr
 Converted value.
 

Private Member Functions

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

Detailed Description

Definition at line 217 of file EnvVars.hpp.

Constructor & Destructor Documentation

◆ CstrArr() [1/2]

BLOCXX_NAMESPACE::Cstr::CstrArr< EnvVars >::CstrArr ( EnvVars const & ev)
inline

Definition at line 221 of file EnvVars.hpp.

References BLOCXX_NAMESPACE::EnvVars::getenvp(), and sarr.

◆ CstrArr() [2/2]

BLOCXX_NAMESPACE::Cstr::CstrArr< EnvVars >::CstrArr ( EnvVars 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

◆ sarr [1/2]

char const* const* BLOCXX_NAMESPACE::Cstr::CstrArr< EnvVars >::sarr

Converted value.

Definition at line 133 of file Cstr.hpp.

◆ sarr [2/2]

char const* const* BLOCXX_NAMESPACE::Cstr::CstrArr< EnvVars >::sarr

Definition at line 219 of file EnvVars.hpp.

Referenced by CstrArr().


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