Namespaces | |
| namespace | smtk |
This header file should be included in your C++ code when using the SmTk library.
/* Simulation Toolkit (SmTk) -- Copyright 2005-2006 - Lance Arsenault * * This is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License (GPL) as * published by the Free Software Foundation; either version 2 of the * License, or (at your option) any later version. */ #ifndef __SMTK_H__ #define __SMTK_H__ #include <stdio.h> #include <stdlib.h> #include <sys/types.h> #include <netinet/in.h> #include <sys/un.h> #include <string.h> #include <endian.h> #include <sys/time.h> #include <pthread.h> #include <list> #include <smtk/catch_signal.h> #include <smtk/validation.h> #include <smtk/string.h> #include <smtk/format_string.h> #include <smtk/tty_color.h> #include <smtk/spew.h> #include <smtk/spew_gui.h> #include <smtk/get_option.h> #include <smtk/parse_arguments.h> #include <smtk/time.h> #include <smtk/realtime.h> #include <smtk/socket.h> #include <smtk/connectionless_socket.h> #include <smtk/connectionless_client.h> #include <smtk/connectionless_server.h> #include <smtk/connected_socket.h> #include <smtk/connected_server.h> #include <smtk/connected_client.h> #include <smtk/config.h> #include <smtk/rwlock.h> #include <smtk/conditional.h> #include <smtk/arena.h> #include <smtk/filter.h> #include <smtk/shared_memory.h> #include <smtk/inputs.h> #include <smtk/service.h> #include <smtk/client.h> #endif /* #ifndef __SMTK_H__ */
1.5.2