Functions | |
std::string | anon (const std::string &name, ParseContext &context) |
std::string | arg (const std::string &name, const ParseContext &context) |
std::string | dirname (const ParseContext &context) |
std::string | env (const std::string &name) |
std::string | find_stupid (const std::string &name) |
$(find ...) which always gives rospack find results More... | |
std::string | optenv (const std::string &name, const std::string &defaultValue) |
std::string rosmon::launch::substitutions::anon | ( | const std::string & | name, |
ParseContext & | context | ||
) |
Definition at line 35 of file substitution.cpp.
std::string rosmon::launch::substitutions::arg | ( | const std::string & | name, |
const ParseContext & | context | ||
) |
Definition at line 43 of file substitution.cpp.
std::string rosmon::launch::substitutions::dirname | ( | const ParseContext & | context | ) |
Definition at line 61 of file substitution.cpp.
std::string rosmon::launch::substitutions::env | ( | const std::string & | name | ) |
Definition at line 67 of file substitution.cpp.
std::string rosmon::launch::substitutions::find_stupid | ( | const std::string & | name | ) |
$(find ...) which always gives rospack find
results
Definition at line 85 of file substitution.cpp.
std::string rosmon::launch::substitutions::optenv | ( | const std::string & | name, |
const std::string & | defaultValue | ||
) |
Definition at line 76 of file substitution.cpp.