Skip to content

File main.cc

FileList > ase > main.cc

  • #include "main.hh"
  • #include "api.hh"
  • #include "path.hh"
  • #include "utils.hh"
  • #include "jsonapi.hh"
  • #include "driver.hh"
  • #include "engine.hh"
  • #include "project.hh"
  • #include "loft.hh"
  • #include "compress.hh"
  • #include "internal.hh"
  • #include "testing.hh"
  • #include <limits.h>
  • #include <stdlib.h>
  • #include <unistd.h>
  • #include <signal.h>
  • #include <malloc.h>
  • #include <fcntl.h>

Namespaces

Type Name
namespace Ase
The Anklang C++ API namespace.

Classes

Type Name
struct MainAppImpl
struct RtCallJob

Public Functions

Type Name
int main (int argc, char * argv)

Macros

Type Name
define MDEBUG (...) Ase::debug ("memory", \_\_VA\_ARGS\_\_)

Public Functions Documentation

function main

int main (
    int argc,
    char * argv
) 

Macro Definition Documentation

define MDEBUG

#define MDEBUG (
    ...
) `Ase::debug ("memory", __VA_ARGS__)`


The documentation for this class was generated from the following file /__w/anklang/anklang/ase/main.cc