|
Om
|
#include "om/macro.hpp"
Include dependency graph for separator_symbol.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| Om | |
| The Om library. | |
| Om::Language | |
| The Om language implementation. | |
| Om::Language::Symbol | |
| A namespace for ASCII CodePoint symbol enumerations. | |
Enumerations | |
| enum | Om::Language::Symbol::SeparatorSymbol { Om::Language::Symbol::theSpaceSeparatorSymbol , Om::Language::Symbol::theLineSeparatorSymbol , Om::Language::Symbol::theTabSeparatorSymbol } |
| A Separator symbol. More... | |
Definition in file separator_symbol.hpp.
| #define Om_Language_Symbol_SeparatorSymbol_ |
Definition at line 17 of file separator_symbol.hpp.
| #define Om_Language_Symbol_SeparatorSymbol_GetCases_ | ( | ) |
Definition at line 26 of file separator_symbol.hpp.
| #define Om_Language_Symbol_SeparatorSymbol_GetSpaceHex_ | ( | ) |
Definition at line 35 of file separator_symbol.hpp.
| #define Om_Language_Symbol_SeparatorSymbol_GetLineHex_ | ( | ) |
Definition at line 42 of file separator_symbol.hpp.
| #define Om_Language_Symbol_SeparatorSymbol_GetTabHex_ | ( | ) |
Definition at line 49 of file separator_symbol.hpp.
| #define Om_Language_Symbol_SeparatorSymbol_GetSpaceString_ | ( | ) |
Definition at line 56 of file separator_symbol.hpp.
| #define Om_Language_Symbol_SeparatorSymbol_GetLineString_ | ( | ) |
Definition at line 65 of file separator_symbol.hpp.
| #define Om_Language_Symbol_SeparatorSymbol_GetTabString_ | ( | ) |
Definition at line 74 of file separator_symbol.hpp.