SWIPL Zwapel 0.0.1
paule32
Loading...
Searching...
No Matches
prolog.cc File Reference
#include <asmjit/core.h>
#include <asmjit/x86.h>
#include <stdio.h>
#include <stdlib.h>
#include <strings.h>
#include <ctype.h>
#include <wchar.h>
#include <limits.h>
#include <unistd.h>
#include <getopt.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <iostream>
#include <string>
#include <sstream>
#include <fstream>
#include <istream>
#include <codecvt>
#include <exception>
#include <vector>
#include <algorithm>
#include <iterator>
#include <csignal>
#include <type_traits>
#include <typeinfo>

Go to the source code of this file.

Classes

class  prolog::PL_Encoder< T1 >
 
class  prolog::PL_Exception< T1 >
 
class  prolog::PL_helper
 
struct  prolog::PL_stream< T1 >
 

Namespaces

namespace  prolog
 

Macros

#define STDCOUT   std::cout
 

Functions

int main (int argc, char **argv)
 
void prolog::on_setMode (std::string mode)
 

Variables

int prolog::convert_mode = 0
 
const int prolog::CVT_ASM = 1
 
const int prolog::CVT_NONE = 0
 
const int prolog::CVT_PASCAL = 2
 

Macro Definition Documentation

◆ STDCOUT

#define STDCOUT   std::cout

Definition at line 85 of file prolog.cc.

Function Documentation

◆ main()