#include <src/libnest2d/include/libnest2d/common.hpp>
◆ GeometryException()
| libnest2d::GeometryException::GeometryException |
( |
GeomErr |
code | ) |
|
|
inline |
GeomErr errcode_
Definition common.hpp:189
◆ errcode()
| GeomErr libnest2d::GeometryException::errcode |
( |
| ) |
const |
|
inline |
◆ errorstr()
| virtual const std::string & libnest2d::GeometryException::errorstr |
( |
GeomErr |
errcode | ) |
const |
|
inlineprivatevirtual |
185 {
187 }
GeomErr errcode() const
Definition common.hpp:194
const std::string ERROR_STR[]
Definition common.hpp:177
References errcode(), and libnest2d::ERROR_STR.
Referenced by what().
◆ what()
| const char * libnest2d::GeometryException::what |
( |
| ) |
const |
|
inlineoverride |
196 {
198 }
virtual const std::string & errorstr(GeomErr errcode) const BP2D_NOEXCEPT
Definition common.hpp:185
References errcode_, and errorstr().
◆ errcode_
| GeomErr libnest2d::GeometryException::errcode_ |
|
private |
The documentation for this class was generated from the following file: