Home
last modified time | relevance | path

Searched refs:writeConstChar (Results 1 – 3 of 3) sorted by relevance

/dports/math/R-cran-wk/wk/inst/include/wk/
H A Dwkt-writer.hpp35 this->exporter.writeConstChar("("); in nextLinearRingStart()
39 this->exporter.writeConstChar(")"); in nextLinearRingEnd()
45 this->exporter.writeConstChar(" "); in nextCoordinate()
49 this->exporter.writeConstChar(" "); in nextCoordinate()
54 this->exporter.writeConstChar(" "); in nextCoordinate()
67 this->exporter.writeConstChar("("); in writeGeometryOpen()
73 this->exporter.writeConstChar(")"); in writeGeometryClose()
82 this->exporter.writeConstChar(", "); in writeGeometrySep()
92 this->exporter.writeConstChar(";"); in writeGeometrySep()
96 this->exporter.writeConstChar(" "); in writeGeometrySep()
[all …]
H A Dgeometry-formatter.hpp37 this->exporter.writeConstChar("..."); in nextError()
39 this->exporter.writeConstChar("!!! "); in nextError()
40 this->exporter.writeConstChar(error.what()); in nextError()
H A Dio-string.hpp22 virtual void writeConstChar(const char* value) = 0;
49 void writeConstChar(const char* value) { in writeConstChar() function in WKStringStreamExporter