MCPcopy Create free account
hub / github.com/BobbyAnguelov/FbxFormatConverter / parse

Method parse

cmdParser.h:76–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74 }
75
76 virtual bool parse( std::ostream& output, std::ostream& error ) {
77 try
78 {
79 CallbackArgs args{ arguments, output, error };
80 value = callback( args );
81 return true;
82 }
83 catch ( ... )
84 {
85 return false;
86 }
87 }
88
89 virtual std::string print_value() const {
90 return "";

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected