LILAC
Language to language Interop LAyer Compiler
|
#include "shared/interfacevisitor.h"
Go to the source code of this file.
Classes | |
struct | lilac::csharp::VisitContext |
class | lilac::csharp::CSharpAssemblyInterfaceVisitor |
A visitor that creates bridge of assembly elements with C#. More... | |
class | lilac::csharp::NamespaceVisitor |
A visitor that creates bridge of namespace elements with C#. More... | |
class | lilac::csharp::RecordVisitor |
A visitor that creates bridge of record elements with C#. More... | |
class | lilac::csharp::EnumVisitor |
A visitor that creates bridge of enum elements with C#. More... | |
class | lilac::csharp::EnumConstantVisitor |
A visitor that creates bridge of constant elements with C#. More... | |
class | lilac::csharp::FunctionVisitor |
A visitor that creates bridge of function elements with C#. More... | |
class | lilac::csharp::MethodVisitor |
A visitor that creates bridge of method elements with C#. More... | |
class | lilac::csharp::CtorVisitor |
A visitor that creates bridge of ctor elements with C#. More... | |
class | lilac::csharp::DtorVisitor |
A visitor that creates bridge of dtor elements with C#. More... | |
Namespaces | |
namespace | lilac |
namespace | lilac::csharp |