proxygen
folly::Init Class Reference

#include <Init.h>

Public Member Functions

FOLLY_NOINLINE Init (int *argc, char ***argv, bool removeFlags=true)
 
FOLLY_NOINLINE ~Init ()
 

Detailed Description

Definition at line 47 of file Init.h.

Constructor & Destructor Documentation

folly::Init::Init ( int *  argc,
char ***  argv,
bool  removeFlags = true 
)

Definition at line 62 of file Init.cpp.

References folly::init().

62  {
63  init(argc, argv, removeFlags);
64 }
void init(int *argc, char ***argv, bool removeFlags)
Definition: Init.cpp:34
char ** argv
folly::Init::~Init ( )

Definition at line 66 of file Init.cpp.

References folly::SingletonVault::destroyInstances(), and folly::SingletonVault::singleton().

66  {
68 }
static SingletonVault * singleton()
Definition: Singleton.h:495

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