Commonly used types I don't want to have to keep redefining. More...
#include <simgear/compiler.h>#include <string>#include <vector>Go to the source code of this file.
Typedefs | |
| typedef vector< int > | int_list |
| STL vector list of ints. | |
| typedef vector< double > | double_list |
| STL vector list of doubles. | |
| typedef vector< Point3D > | point_list |
| STL vector list of Point3D. | |
| typedef vector< string > | string_list |
| STL vector list of strings. | |
Commonly used types I don't want to have to keep redefining.
Definition in file sg_types.hxx.
1.6.1