|
ETL
0.04.19
|
#include "etl_profile.h"#include <utility>Go to the source code of this file.
Macros | |
| #define | ETL_NAMESPACE etl |
| #define | ETL_DIRECTORY_SEPARATOR0 '/' |
| #define | ETL_DIRECTORY_SEPARATOR1 '\\' |
| #define | ETL_DIRECTORY_SEPARATOR ETL_DIRECTORY_SEPARATOR0 |
| #define | _ETL ETL_NAMESPACE |
| #define | _ETL_BEGIN_NAMESPACE namespace _ETL { |
| #define | _ETL_END_NAMESPACE }; |
| #define | _STD_BEGIN_NAMESPACE namespace std { |
| #define | _STD_END_NAMESPACE }; |
| #define | _ETL_BEGIN_CDECLS extern "C" { |
| #define | _ETL_END_CDECLS } |
| #define | ETL_DEPRECATED_FUNCTION |
| #define | NULL 0 |
| #define ETL_NAMESPACE etl |
Definition at line 10 of file etl_config.h.
| #define ETL_DIRECTORY_SEPARATOR0 '/' |
Definition at line 13 of file etl_config.h.
Referenced by is_separator().
| #define ETL_DIRECTORY_SEPARATOR1 '\\' |
Definition at line 14 of file etl_config.h.
Referenced by is_separator().
| #define ETL_DIRECTORY_SEPARATOR ETL_DIRECTORY_SEPARATOR0 |
Definition at line 19 of file etl_config.h.
Referenced by absolute_path(), cleanup_path(), dirname(), filename_sans_extension(), get_root_from_path(), relative_path(), and unix_to_local_path().
| #define _ETL ETL_NAMESPACE |
Definition at line 23 of file etl_config.h.
| #define _ETL_BEGIN_NAMESPACE namespace _ETL { |
Definition at line 24 of file etl_config.h.
| #define _ETL_END_NAMESPACE }; |
Definition at line 25 of file etl_config.h.
| #define _STD_BEGIN_NAMESPACE namespace std { |
Definition at line 26 of file etl_config.h.
| #define _STD_END_NAMESPACE }; |
Definition at line 27 of file etl_config.h.
| #define _ETL_BEGIN_CDECLS extern "C" { |
Definition at line 36 of file etl_config.h.
| #define _ETL_END_CDECLS } |
Definition at line 37 of file etl_config.h.
| #define ETL_DEPRECATED_FUNCTION |
Definition at line 62 of file etl_config.h.
| #define NULL 0 |
Definition at line 66 of file etl_config.h.
Referenced by bezier< T, float >::Bezier(), smart_ptr< T, D >::cast_static(), clock_desc_gettimeofday::get_current_time(), clock_desc_sys_time::get_current_time(), mutex::mutex(), bezier< T, float >::NearestPointOnCurve(), and handle< T >::operator bool().
1.8.1.2