Class ParsedArguments
Defined in File agnocast_arguments.hpp
Class Documentation
-
class ParsedArguments
Public Functions
-
ParsedArguments()
-
~ParsedArguments()
-
ParsedArguments(ParsedArguments &&other) noexcept
-
ParsedArguments &operator=(ParsedArguments &&other) noexcept
-
ParsedArguments(const ParsedArguments &other)
-
ParsedArguments &operator=(const ParsedArguments &other)
-
void parse(const std::vector<std::string> &arguments)
-
inline rcl_arguments_t *get()
-
inline const rcl_arguments_t *get() const
-
inline bool is_valid() const
-
ParsedArguments()