Function Nextsim::setTime(TimePoint(date_string))¶
Function Documentation¶
Warning
doxygenfunction: Unable to resolve function “Nextsim::setTime” with arguments “(TimePoint(date_string))”. Candidate function could not be parsed. Parsing error is Error when parsing function declaration. If the function has no return type: Error in declarator or parameters-and-qualifiers Invalid C++ declaration: Expecting “(” in parameters-and-qualifiers. [error at 9] metadata setTime (TimePoint(“2000-01-01T00:00:00Z”)) ———^ If the function has a return type: Error in declarator or parameters-and-qualifiers If pointer to member declarator: Invalid C++ declaration: Expected ‘::’ in pointer to member (function). [error at 17] metadata setTime (TimePoint(“2000-01-01T00:00:00Z”)) —————–^ If declarator-id: Error in declarator If declarator-id with parameters-and-qualifiers: Invalid C++ declaration: Expected identifier in nested name. [error at 28] metadata setTime (TimePoint(“2000-01-01T00:00:00Z”)) —————————-^ If parenthesis in noptr-declarator: Invalid C++ declaration: Expected ‘)’ in “( ptr-declarator )” [error at 28] metadata setTime (TimePoint(“2000-01-01T00:00:00Z”)) —————————-^