#include <AH/Settings/Warnings.hpp>
#include "NamespaceSettings.hpp"
#include "Settings.hpp"
#include <AH/Teensy/TeensyUSBTypes.hpp>
#include <AH/Debug/Debug.hpp>
Go to the source code of this file.
Namespaces | |
namespace | AH |
PrintStream library | |
Macros | |
#define | AH_IS_EMPTY_HELPER(x) x##1 |
#define | AH_IS_EMPTY(x) AH_IS_EMPTY_HELPER(x) == 1 |
#define AH_IS_EMPTY_HELPER | ( | x | ) | x##1 |
Definition at line 12 of file AH/Settings/SettingsWrapper.hpp.
#define AH_IS_EMPTY | ( | x | ) | AH_IS_EMPTY_HELPER(x) == 1 |
Definition at line 13 of file AH/Settings/SettingsWrapper.hpp.