openMSX
|
#include "narrow.hh"
#include "small_buffer.hh"
#include "stl.hh"
#include "view.hh"
#include "xxhash.hh"
#include "zstring_view.hh"
#include <tcl.h>
#include <algorithm>
#include <cassert>
#include <cstdint>
#include <initializer_list>
#include <iterator>
#include <optional>
#include <span>
#include <string_view>
Go to the source code of this file.
Classes | |
class | openmsx::TclObject |
struct | openmsx::TclObject::MakeListTag |
struct | openmsx::TclObject::MakeDictTag |
struct | openmsx::XXTclHasher |
Namespaces | |
namespace | openmsx |
This file implemented 3 utility functions: | |
Functions | |
template<typename... Args> | |
TclObject | openmsx::makeTclList (Args &&... args) |
template<typename... Args> | |
TclObject | openmsx::makeTclDict (Args &&... args) |