#include "tcl-io/fieldpkg.h"
#include "io/fields.h"
#include "nub/ref.h"
#include "tcl/list.h"
#include "tcl-io/objreader.h"
#include "tcl-io/objwriter.h"
#include "rutz/iter.h"
#include "rutz/trace.h"
#include "rutz/debug.h"
Go to the source code of this file.
Namespaces | |
namespace | tcl |
Classes | |
struct | tcl::FieldsLister |
Functions | |
tcl::obj | tcl::getField (const Field &field, nub::ref< FieldContainer > item) |
void | tcl::setField (const Field &field, nub::ref< FieldContainer > item, const tcl::obj &newValue) |
void | tcl::defField (tcl::pkg *pkg, const Field &field, const rutz::file_pos &src_pos) |
void | tcl::defAllFields (tcl::pkg *pkg, const FieldMap &fieldmap, const rutz::file_pos &src_pos) |
Definition in file fieldpkg.cc.