|
zxing-cpp v3.0
|
#include <algorithm>#include <cmath>#include <string>Go to the source code of this file.
Classes | |
| struct | ZXing::PointT< T > |
Namespaces | |
| namespace | ZXing |
Typedefs | |
| using | ZXing::PointI = PointT<int> |
| using | ZXing::PointF = PointT<double> |
Functions | |
| template<typename T> | |
| std::string | ZXing::ToString (const PointT< T > &p, bool swap=false, char delim='x') |