Defines
version_number.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define BOOST_VERSION_NUMBER(major, minor, patch)   ( (((major)%100)*10000000) + (((minor)%100)*100000) + ((patch)%100000) )
#define BOOST_VERSION_NUMBER_AVAILABLE   BOOST_VERSION_NUMBER_MIN
#define BOOST_VERSION_NUMBER_MAX   BOOST_VERSION_NUMBER(99,99,99999)
#define BOOST_VERSION_NUMBER_MIN   BOOST_VERSION_NUMBER(0,0,1)
#define BOOST_VERSION_NUMBER_NOT_AVAILABLE   BOOST_VERSION_NUMBER_ZERO
#define BOOST_VERSION_NUMBER_ZERO   BOOST_VERSION_NUMBER(0,0,0)

Define Documentation

#define BOOST_VERSION_NUMBER (   major,
  minor,
  patch 
)    ( (((major)%100)*10000000) + (((minor)%100)*100000) + ((patch)%100000) )

Definition at line 35 of file version_number.h.

Definition at line 47 of file version_number.h.

Definition at line 38 of file version_number.h.

Definition at line 44 of file version_number.h.

Definition at line 50 of file version_number.h.

Definition at line 41 of file version_number.h.



cv_bridge
Author(s): Patrick Mihelich, James Bowman
autogenerated on Wed Aug 9 2017 02:51:41