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 CefMainArgs

traits::struct_type
   |
   +--CefStructBase
         |
         +--CefMainArgs

   in cef_linux.h
   in cef_mac.h
   in cef_win.h

class CefMainArgs
extends CefStructBase


Inner Classes, Typedefs, and Enums
typedef CefMainArgs::parent
          
   
Fields inherited from class CefStructBase
attached_to_
 
Constructor Summary
explicit CefMainArgs( const cef_main_args_t& r )
          
explicit CefMainArgs( const CefMainArgs& r )
          
CefMainArgs( int argc_arg, char** argv_arg )
          
explicit CefMainArgs( HINSTANCE hInstance )
          
CefMainArgs()
          
   
Methods inherited from class CefStructBase
Reset, AttachTo, DetachTo, Set, operator=, operator=, Init, Clear
 

Constructor Detail

CefMainArgs

public explicit CefMainArgs( const cef_main_args_t& r );

CefMainArgs

public explicit CefMainArgs( const CefMainArgs& r );

CefMainArgs

public CefMainArgs( int argc_arg, char** argv_arg );

CefMainArgs

public explicit CefMainArgs( HINSTANCE hInstance );

CefMainArgs

public CefMainArgs();

 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