#include <sstream>
#include <string>
#include <tuple>
#include <array>
Go to the source code of this file.
|
| | abigail |
| | Toplevel namespace for libabigail.
|
| |
|
|
typedef unsigned short | units_type |
| |
|
| enum class | color { white
, gray25
, gray75
, black
} |
| | Color, conversion function. More...
|
| |
| enum class | units { millimeter
, pixel
} |
| | Measurement abstraction type, conversion function. More...
|
| |
|
|
std::string | color_to_string (color __val) |
| |
| void | string_replace (std::string &, const std::string &, const std::string &) |
| | Utility function, like regex_replace. More...
|
| |
|
std::string | units_to_string (units __val) |
| |
|
|
const typography | roboto_light_typo |
| |