Develop Biology
The language of life
Macros.h File Reference
+ Include dependency graph for Macros.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define BIO_GET_OPTIONAL_CLASS_METHODS_FOR_molecular()    BIO_GET_OPTIONAL_CLASS_METHODS_FOR_chemical()
 
#define BIO_GET_REQUIRED_CLASS_METHODS_FOR_molecular()    BIO_GET_REQUIRED_CLASS_METHODS_FOR_chemical()
 

Macro Definition Documentation

◆ BIO_GET_OPTIONAL_CLASS_METHODS_FOR_molecular

#define BIO_GET_OPTIONAL_CLASS_METHODS_FOR_molecular ( )     BIO_GET_OPTIONAL_CLASS_METHODS_FOR_chemical()

Get all virtual methods defined by molecular::Class.

Returns
function signatures for use in BIO_DISAMBIGUATE_OPTIONAL_CLASS_METHODS

Definition at line 37 of file Macros.h.

◆ BIO_GET_REQUIRED_CLASS_METHODS_FOR_molecular

#define BIO_GET_REQUIRED_CLASS_METHODS_FOR_molecular ( )     BIO_GET_REQUIRED_CLASS_METHODS_FOR_chemical()

Get all virtual methods defined by molecular::Class.

Returns
function signatures for use in BIO_DISAMBIGUATE_REQUIRED_CLASS_METHODS

Definition at line 30 of file Macros.h.