SNAP Library 6.0, Developer Reference  2020-12-09 16:24:20
SNAP, a general purpose, high performance system for analysis and manipulation of large networks
base.h File Reference
#include <ctype.h>
#include <float.h>
#include <limits.h>
#include <math.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>
#include <typeinfo>
#include <stdexcept>
#include "bd.h"
#include "fl.h"
#include "dt.h"
#include "ut.h"
#include "ds.h"
#include "bits.h"
#include "hash.h"
#include "hashmp.h"
#include "xml.h"
#include "xmath.h"
#include "xmlser.h"
#include "unicode.h"
#include "unicodestring.h"
#include "tm.h"
#include "shash.h"
#include "os.h"
#include "env.h"
#include "wch.h"
#include "xfl.h"
#include "blobbs.h"
#include "lx.h"
#include "url.h"
#include "http.h"
#include "html.h"
#include "md5.h"
#include "ss.h"
#include "ssmp.h"
#include "json.h"
#include "zipfl.h"
Include dependency graph for base.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define _CMPWARN
 
#define SW_TRACE   0
 

Functions

void BaseTralala ()
 

Macro Definition Documentation

#define _CMPWARN

Definition at line 31 of file base.h.

#define SW_TRACE   0

Definition at line 171 of file base.h.

Function Documentation

void BaseTralala ( )

Definition at line 5 of file base.cpp.

5  {
6  printf("Active defines:\n");
7  #ifdef GLib_WIN
8  printf(" GLib_WIN\n");
9  #endif
10  #ifdef GLib_WIN32
11  printf(" GLib_WIN32\n");
12  #endif
13  #ifdef GLib_WIN64
14  printf(" GLib_WIN64\n");
15  #endif
16  #ifdef GLib_UNIX
17  printf(" GLib_UNIX\n");
18  #endif
19  #ifdef GLib_LINUX
20  printf(" GLib_LINUX\n");
21  #endif
22  #ifdef GLib_SOLARIS
23  printf(" GLib_SOLARIS\n");
24  #endif
25  #ifdef GLib_MSC
26  printf(" GLib_MSC\n");
27  #endif
28  #ifdef GLib_CYGWIN
29  printf(" GLib_CYGWIN\n");
30  #endif
31  #ifdef GLib_BCB
32  printf(" GLib_BCB\n");
33  #endif
34  #ifdef GLib_GCC
35  printf(" GLib_GCC\n");
36  #endif
37  #ifdef GLib_MACOSX
38  printf(" GLib_MACOSX\n");
39  #endif
40  #ifdef GLib_64Bit
41  printf(" GLib_64Bit\n");
42  #endif
43  #ifdef GLib_32Bit
44  printf(" GLib_32Bit\n");
45  #endif
46  #ifdef GLib_GLIBC
47  printf(" GLib_GLIBC\n");
48  #endif
49  #ifdef GLib_POSIX_1j
50  printf(" GLib_POSIX_1j\n");
51  #endif
52 }