![]() |
SourcePP
Several modern C++20 libraries for sanely parsing Valve's formats.
|
#include <concepts>
#include <string>
#include <string_view>
#include <vector>
#include <BufferStream.h>
#include <sourcepp/parser/Text.h>
#include <sourcepp/FS.h>
#include <sourcepp/String.h>
Go to the source code of this file.
Classes | |
class | kvpp::KV1ElementBase< S, K > |
class | kvpp::KV1ElementReadable |
class | kvpp::KV1 |
class | kvpp::KV1ElementWritable< S > |
class | kvpp::KV1Writer< S > |
Namespaces | |
namespace | kvpp |
Concepts | |
concept | kvpp::KV1ValueType |