Decentralised Art Server
High-performance C++ backend that exposes HTML interface and a secure REST API for managing Performative Transactions entities
Loading...
Searching...
No Matches
logo.hpp
Go to the documentation of this file.
1
#pragma once
2
3
#include <string>
4
5
namespace
dcn::utils
6
{
7
struct
LogoASCII_t
{};
8
static
const
LogoASCII_t
LogoASCII;
9
10
struct
LogoUnicode_t
{};
11
static
const
LogoUnicode_t
LogoUnicode;
12
18
const
std::string &
getLogo
(
LogoASCII_t
);
19
25
const
std::string &
getLogo
(
LogoUnicode_t
);
26
}
dcn::utils
Definition
logo.hpp:6
dcn::utils::getLogo
const std::string & getLogo(LogoASCII_t)
Get the ASCII logo string.
Definition
logo.cpp:5
dcn::utils::LogoASCII_t
Definition
logo.hpp:7
dcn::utils::LogoUnicode_t
Definition
logo.hpp:10
src
utils
include
logo.hpp
Generated by
1.9.8