Container class for related translation units.
More...
#include <cassert>
#include <cstddef>
#include <memory>
#include <string>
#include <utility>
#include <vector>
#include <simgear/debug/logstream.hxx>
#include <simgear/nasal/cppbind/Ghost.hxx>
#include "TranslationResource.hxx"
#include "TranslationUnit.hxx"
Go to the source code of this file.
Container class for related translation units.
Definition in file TranslationResource.cxx.
◆ f_get()
◆ f_getPlural()
◆ f_getPluralWithDefault()
static naRef f_getPluralWithDefault |
( |
const TranslationResource & | tr, |
|
|
const nasal::CallContext & | ctx ) |
|
static |
◆ f_getWithDefault()
static naRef f_getWithDefault |
( |
const TranslationResource & | tr, |
|
|
const nasal::CallContext & | ctx ) |
|
static |
◆ f_translationUnit()
static naRef f_translationUnit |
( |
const TranslationResource & | tr, |
|
|
const nasal::CallContext & | ctx ) |
|
static |