tue_config
|
Class to config the resolve behaviour of a loader. More...
#include <resolve_config.h>
Public Member Functions | |
bool | AllFalse () const |
bool | AllTrue () const |
ResolveConfig (bool env_=true, bool file_=true, bool rospkg_=true) | |
Static Public Member Functions | |
static ResolveConfig | defaultConfig () |
Default ResolveConfig that has all resolve options enabled. More... | |
Public Attributes | |
bool | env |
bool | file |
bool | rospkg |
Class to config the resolve behaviour of a loader.
As the resolve function can be used recursively, the user should always consider whether the choices made will result in the desired behaviour. Outer resolve functions can't be resolved, when inner resolve functions are skipped.
Definition at line 16 of file resolve_config.h.
|
inline |
Definition at line 20 of file resolve_config.h.
|
inline |
Definition at line 37 of file resolve_config.h.
|
inline |
Definition at line 35 of file resolve_config.h.
|
inlinestatic |
Default ResolveConfig that has all resolve options enabled.
Definition at line 26 of file resolve_config.h.
bool tue::config::ResolveConfig::env |
Definition at line 29 of file resolve_config.h.
bool tue::config::ResolveConfig::file |
Definition at line 31 of file resolve_config.h.
bool tue::config::ResolveConfig::rospkg |
Definition at line 33 of file resolve_config.h.