openMSX
Classes | Namespaces | Functions
TclObject.hh File Reference
#include "narrow.hh"
#include "vla.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>
Include dependency graph for TclObject.hh:
This graph shows which files directly or indirectly include this file:

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)