メインページ   モジュール   名前空間一覧   クラス階層   アルファベット順一覧   構成   ファイル一覧   構成メンバ   ファイルメンバ   関連ページ    

Tglobals.h の解説

#include <X11/Xlib.h>
#include <X11/Xutil.h>
#include <X11/Xatom.h>
#include <X11/cursorfont.h>
#include <X11/keysym.h>
#include <X11/xpm.h>
#include <stdio.h>
#include <string.h>
#include <fstream>
#include <typeinfo>
#include <stdlib.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/un.h>
#include <fcntl.h>
#include <errno.h>
#include <math.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <netdb.h>
#include <signal.h>
#include <sys/ioctl.h>
#include <sys/ipc.h>
#include <sys/sem.h>
#include <sys/shm.h>
#include <sys/wait.h>
#include <termios.h>
#include <term.h>
#include <ncurses.h>
#include <limits.h>
#include <values.h>
#include <libgen.h>
#include <pwd.h>
#include <grp.h>
#include <unistd.h>
#include <sys/time.h>
#include <time.h>
#include <sys/mman.h>
#include <sys/times.h>
#include <zlib.h>
#include <pthread.h>
#include <sys/socket.h>
#include <regex.h>
#include <linux/param.h>
#include "Ttypes.h"
#include <getopt.h>
#include <syslog.h>
#include <stdarg.h>
#include "TUtilities.hh"

system/Tglobals.hのインクルード依存関係図

Include dependency graph

このグラフは、どのファイルから直接、間接的にインクルードされているかを示しています。

Included by dependency graph

ソースコードを見る。

Typedef

typedef pid_t Tpid_t
typedef time_t Ttime_t
typedef off_t Toff_t
typedef clock_t Tclock_t
typedef z_stream Tzstream
typedef Byte Tbyte
typedef pthread_t Tthread_t
typedef socklen_t Tsocklen_t
typedef regex_t Tregex_t
typedef regmatch_t Tregmatch_t
typedef __caddr_t caddr_t
typedef caddr_t Tcaddr_t

変数

Tcharoptarg
Tint optind
Tint opterr
Tint optopt
Tchar ** environ


Typedef の解説

typedef __caddr_t caddr_t
 

typedef Byte Tbyte
 

typedef caddr_t Tcaddr_t
 

typedef clock_t Tclock_t
 

typedef off_t Toff_t
 

typedef pid_t Tpid_t
 

typedef regex_t Tregex_t
 

typedef regmatch_t Tregmatch_t
 

typedef socklen_t Tsocklen_t
 

typedef pthread_t Tthread_t
 

typedef time_t Ttime_t
 

typedef z_stream Tzstream
 


変数の解説

Tchar** environ
 

Tchar* optarg
 

Tint opterr
 

Tint optind
 

Tint optopt
 


CLDAQ - a Class Library for Data AcQuisition (Version 1.13.0)
Go IWAI <goiwai@users.sourceforge.jp>