Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
init_google.h File Reference
#include "absl/flags/declare.h"
#include "absl/flags/flag.h"
#include "absl/flags/parse.h"
#include "absl/flags/usage.h"
#include "absl/log/initialize.h"
#include "absl/strings/string_view.h"

Go to the source code of this file.

Namespaces

namespace  google

Functions

void google::InitGoogleLogging (absl::string_view usage)
void google::ShutdownGoogleLogging ()
void InitGoogle (absl::string_view usage, int *argc, char ***argv, bool deprecated)
void InitGoogle (const char *usage, int *argc, char ***argv, bool deprecated)

Function Documentation

◆ InitGoogle() [1/2]

void InitGoogle ( absl::string_view usage,
int * argc,
char *** argv,
bool deprecated )
inline

Definition at line 49 of file init_google.h.

◆ InitGoogle() [2/2]

void InitGoogle ( const char * usage,
int * argc,
char *** argv,
bool deprecated )
inline

Definition at line 55 of file init_google.h.