Main MRPT website > C++ reference for MRPT 1.5.9
Macros
util.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define _countof(_Array)   (sizeof(_Array) / sizeof(_Array[0]))
 
#define offsetof(_structure, _field)   ((_word_size_t)&(((_structure *)0x0)->_field))
 
#define BEGIN_STATIC_CODE(_blockname_)
 
#define END_STATIC_CODE(_blockname_)   } _instance_##_blockname_;
 

Macro Definition Documentation

◆ _countof

#define _countof (   _Array)    (sizeof(_Array) / sizeof(_Array[0]))

◆ BEGIN_STATIC_CODE

#define BEGIN_STATIC_CODE (   _blockname_)
Value:
static class _static_code_##_blockname_ { \
public: \
_static_code_##_blockname_ ()

Definition at line 59 of file util.h.

◆ END_STATIC_CODE

#define END_STATIC_CODE (   _blockname_)    } _instance_##_blockname_;

Definition at line 65 of file util.h.

◆ offsetof

#define offsetof (   _structure,
  _field 
)    ((_word_size_t)&(((_structure *)0x0)->_field))



Page generated by Doxygen 1.8.14 for MRPT 1.5.9 Git: 690a4699f Wed Apr 15 19:29:53 2020 +0200 at miƩ abr 15 19:30:12 CEST 2020