#include "dripline_config.hh"
#include "application.hh"
#include "param_codec.hh"
#include "param_helpers_impl.hh"
#include "path.hh"
#include "logger.hh"
Go to the source code of this file.
|
| static ::scarab::logger_type< ::scarab::spd_initializer_async_stdout_color_mt > | dlog ("dripline_config", __FILE_NAME__, __LINE__) |
| |
| void | add_dripline_options (scarab::main_app &an_app) |
| | Add dripline mesh CL options to an app object. More...
|
| |
| scarab::param_node | create_dripline_auth_spec () |
| | Create a param_node with the default dripline authentication specification. More...
|
| |
| scarab::authentication | create_auth_with_dripline (bool a_process_spec=false) |
| | Create an authentication object with the default dripline authentication specification. More...
|
| |
| void | add_dripline_auth_spec (scarab::main_app &an_app, bool a_use_auth_file) |
| |
◆ DRIPLINE_API_EXPORTS
| #define DRIPLINE_API_EXPORTS |
◆ dlog()
| static ::scarab::logger_type< ::scarab::spd_initializer_async_stdout_color_mt > dlog |
( |
"dripline_config" |
, |
|
|
__FILE_NAME__ |
, |
|
|
__LINE__ |
|
|
) |
| |
◆ using_param_args_and_kwargs
| using_param_args_and_kwargs |