Rocstar  1.0
Rocstar multiphysics simulation application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
CGAL/include/CGAL/basic.h File Reference
#include <CGAL/config.h>
#include <iostream>
#include <cstdlib>
#include <algorithm>
#include <CGAL/assertions.h>
#include <CGAL/kernel_assertions.h>
#include <CGAL/Handle.h>
#include <CGAL/Object.h>
#include <CGAL/enum.h>
#include <CGAL/tags.h>
#include <CGAL/misc.h>
#include <CGAL/number_type_basic.h>
#include <CGAL/IO/io.h>
#include <CGAL/kernel_basic.h>
#include <CGAL/known_bit_size_integers.h>
Include dependency graph for CGAL/include/CGAL/basic.h:

Go to the source code of this file.

Classes

struct  Tag_true
 
struct  Tag_false
 
struct  Assert_tag_class< Base >
 

Namespaces

 CGAL
 

Macros

#define CGAL_NTS   CGAL::NTS::
 
#define CGAL_BIG_ENDIAN   1
 
#define CGAL_ASSERT_COMPILE_TIME_TAG   1
 
#define CGAL_MEDIUM_INLINE   inline
 
#define CGAL_LARGE_INLINE
 
#define CGAL_HUGE_INLINE
 

Functions

bool check_tag (Tag_true)
 
bool check_tag (Tag_false)
 
template<class Tag , class Derived >
void Assert_compile_time_tag (const Tag &, const Derived &b)
 
template<class T >
void assert_equal_types (const T &, const T &)
 

Macro Definition Documentation

#define CGAL_ASSERT_COMPILE_TIME_TAG   1

Definition at line 175 of file CGAL/include/CGAL/basic.h.

#define CGAL_BIG_ENDIAN   1

Definition at line 73 of file CGAL/include/CGAL/basic.h.

#define CGAL_HUGE_INLINE

Definition at line 208 of file CGAL/include/CGAL/basic.h.

#define CGAL_LARGE_INLINE

Definition at line 205 of file CGAL/include/CGAL/basic.h.

#define CGAL_MEDIUM_INLINE   inline

Function Documentation

void assert_equal_types ( const T &  ,
const T &   
)
inline

Definition at line 195 of file CGAL/include/CGAL/basic.h.

195 {}
bool check_tag ( Tag_true  )
inline

Definition at line 167 of file CGAL/include/CGAL/basic.h.

Referenced by Halfedge_data_structure_decorator< _HDS >::is_valid(), and Halfedge_data_structure_using_vector< V, H, F >::reserve().

167 {return true;}

Here is the caller graph for this function:

bool check_tag ( Tag_false  )
inline

Definition at line 168 of file CGAL/include/CGAL/basic.h.

168 {return false;}