MCPcopy Create free account
hub / github.com/Xtra-Computing/thundersvm / commandLineArgs

Method commandLineArgs

include/thundersvm/util/log.h:3789–3791  ·  view source on GitHub ↗

@brief Returns command line arguments (pointer) provided to easylogging++

Source from the content-addressed store, hash-verified

3787 }
3788 /// @brief Returns command line arguments (pointer) provided to easylogging++
3789 static inline const el::base::utils::CommandLineArgs* commandLineArgs(void) {
3790 return ELPP->commandLineArgs();
3791 }
3792 /// @brief Installs user defined format specifier and handler
3793 static inline void installCustomFormatSpecifier(const CustomFormatSpecifier& customFormatSpecifier) {
3794 ELPP->installCustomFormatSpecifier(customFormatSpecifier);

Callers

nothing calls this directly

Calls 1

commandLineArgsMethod · 0.45

Tested by

no test coverage detected