Public Member Functions | Private Attributes | List of all members
StrArr Class Reference

#include <strarr.h>

Public Member Functions

char ** get () const
 
size_t size () const
 
 StrArr (const std::vector< std::string > &strings)
 
 ~StrArr ()
 

Private Attributes

std::unique_ptr< char *[]> array_
 
size_t size_
 

Detailed Description

Definition at line 24 of file strarr.h.

Constructor & Destructor Documentation

◆ StrArr()

StrArr::StrArr ( const std::vector< std::string > &  strings)
inlineexplicit

Definition at line 26 of file strarr.h.

◆ ~StrArr()

StrArr::~StrArr ( )
inline

Definition at line 35 of file strarr.h.

Member Function Documentation

◆ get()

char** StrArr::get ( ) const
inline

Definition at line 42 of file strarr.h.

◆ size()

size_t StrArr::size ( ) const
inline

Definition at line 44 of file strarr.h.

Member Data Documentation

◆ array_

std::unique_ptr<char*[]> StrArr::array_
private

Definition at line 49 of file strarr.h.

◆ size_

size_t StrArr::size_
private

Definition at line 47 of file strarr.h.


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


grpc
Author(s):
autogenerated on Fri May 16 2025 03:01:48