MCPcopy Create free account
hub / github.com/IfcOpenShell/IfcOpenShell / IfcInvalidTokenException

Function IfcInvalidTokenException

src/ifcparse/IfcException.h:67–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65 boost::lexical_cast<std::string>(token_start) +
66 " invalid " + expected_type) {}
67 IfcInvalidTokenException(
68 size_t token_start,
69 char character)
70 : IfcException(
71 std::string("Unexpected '") + std::string(1, character) + "' at offset " +
72 boost::lexical_cast<std::string>(token_start)) {}
73 ~IfcInvalidTokenException() override;
74};
75

Callers 9

IfcException.hFile · 0.85
read_stringFunction · 0.85
skipMethod · 0.85
asIntMethod · 0.85
asIdentifierMethod · 0.85
asBoolMethod · 0.85
asLogicalMethod · 0.85
asFloatMethod · 0.85
asStringMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected