HTMLEncoding.hpp

Plugs into Text, setting up inputs and output to be HTML encoded.

This file is part of Empirical, https://github.com/devosoft/Empirical Copyright (C) 2022-2024 Michigan State University MIT Software license; see doc/LICENSE.md

Note

Status: ALPHA

Defines

INCLUDE_EMP_TEXT_HTMLENCODING_HPP_GUARD

Typedefs

using HTMLText = EncodedText<HTMLEncoding>

Functions

template<typename ...Ts>
Text MakeHTMLText(Ts&&... args)
class HTMLEncoding : public TextEncoding
#include <HTMLEncoding.hpp>

Public Functions

inline HTMLEncoding()
~HTMLEncoding() = default
inline String GetName() const override
inline Ptr<TextEncoding_Interface> Clone() const override

Private Functions

inline void SetupTags()