class CompilerCallbacks; class DexFile; struct RuntimeArgumentMap;
using RuntimeOptions = std::vector<std::pair<std::string, constvoid*>>;
template <typename TVariantMap, template <typename TKeyValue> class TVariantMapKey> struct CmdlineParser;
class ParsedOptions { public: using RuntimeParser = CmdlineParser<RuntimeArgumentMap, RuntimeArgumentMap::Key>; // Create a parser that can turn user-defined input into a RuntimeArgumentMap. // This visibility is effectively for testing-only, and normal code does not // need to create its own parser. static std::unique_ptr<RuntimeParser> MakeParser(bool ignore_unrecognized);
// returns true if parsing succeeds, and stores the resulting options into runtime_options staticbool Parse(const RuntimeOptions& options, bool ignore_unrecognized,
RuntimeArgumentMap* runtime_options);
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.