Chromium Embedded Framework (CEF)  117.1.0+ga287baf+chromium-117.0.5938.62
CefScopedArgArray Class Reference

Helper class to manage a scoped copy of |argv|. More...

#include "include/wrapper/cef_helpers.h"

Public Member Functions

 CefScopedArgArray (int argc, char *argv[])
 
 CefScopedArgArray (const CefScopedArgArray &)=delete
 
CefScopedArgArrayoperator= (const CefScopedArgArray &)=delete
 
 ~CefScopedArgArray ()
 
char ** array () const
 

Detailed Description

Helper class to manage a scoped copy of |argv|.

Constructor & Destructor Documentation

◆ CefScopedArgArray() [1/2]

CefScopedArgArray::CefScopedArgArray ( int  argc,
char *  argv[] 
)
inline

◆ CefScopedArgArray() [2/2]

CefScopedArgArray::CefScopedArgArray ( const CefScopedArgArray )
delete

◆ ~CefScopedArgArray()

CefScopedArgArray::~CefScopedArgArray ( )
inline

Member Function Documentation

◆ array()

char** CefScopedArgArray::array ( ) const
inline

◆ operator=()

CefScopedArgArray& CefScopedArgArray::operator= ( const CefScopedArgArray )
delete

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