Overview   Project   Class   Tree   Index 
CEF3 C++ API Docs - Version 80.1.4+g8927396+chromium-80.0.3987.149
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

(default)
Class CefScopedArgArray

   in cef_helpers.h

class CefScopedArgArray

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


Constructor Summary
CefScopedArgArray( int argc, char* argv[] )
          
~CefScopedArgArray()
          
 
Method Summary
 char** array() const
          
 

Constructor Detail

CefScopedArgArray

public CefScopedArgArray( int argc, char* argv[] );

~CefScopedArgArray

public ~CefScopedArgArray();


Method Detail

array

public char** array() const;

 Overview   Project   Class   Tree   Index 
CEF3 C++ API Docs - Version 80.1.4+g8927396+chromium-80.0.3987.149
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

Chromium Embedded Framework (CEF) Copyright © 2016 Marshall A. Greenblatt