- Author
- Alexander Sherikov
- Copyright
- 2014-2017 INRIA. Licensed under the Apache License, Version 2.0. (see LICENSE or http://www.apache.org/licenses/LICENSE-2.0)
- 
2017-2020 Alexander Sherikov, Licensed under the Apache License, Version 2.0. (see LICENSE or http://www.apache.org/licenses/LICENSE-2.0) 
Definition in file ariles2.h.
Go to the source code of this file.
◆ ARILES_API_VERSION
      
        
          | #define ARILES_API_VERSION   2 | 
      
 
 
◆ ARILES_DEFAULT_VISITORS [1/2]
      
        
          | #define ARILES_DEFAULT_VISITORS | 
      
 
Value:ARILES_VISITOR(count)                                                                                      \
            ARILES_VISITOR(postprocess)                                                                                \
            ARILES_VISITOR(preprocess)                                                                                 \
            ARILES_VISITOR(defaults)                                                                                   \
            ARILES_VISITOR(read)                                                                                       \
            ARILES_VISITOR(write)                                                                                      \
            ARILES_VISITOR(compare)
Definition at line 80 of file ariles2.h.
 
 
◆ ARILES_DEFAULT_VISITORS [2/2]
      
        
          | #define ARILES_DEFAULT_VISITORS | 
      
 
Value:ARILES_VISITOR(count)                                                                                      \
            ARILES_VISITOR(postprocess)                                                                                \
            ARILES_VISITOR(defaults)                                                                                   \
            ARILES_VISITOR(read)                                                                                       \
            ARILES_VISITOR(write)                                                                                      \
            ARILES_VISITOR(compare)
Definition at line 80 of file ariles2.h.
 
 
◆ ARILES_ENABLED
◆ ARILES_ENTRY
      
        
          | #define ARILES_ENTRY | ( |  | entry | ) | ARILES_NAMED_ENTRY(entry, #    entry) | 
      
 
 
◆ ARILES_ENTRY_
      
        
          | #define ARILES_ENTRY_ | ( |  | entry | ) | ARILES_NAMED_ENTRY(entry##_, #    entry) | 
      
 
 
◆ ARILES_INITIALIZE
      
        
          | #define ARILES_INITIALIZE   "ariles/members/all.h" | 
      
 
 
◆ ARILES_TYPED_ENTRY
      
        
          | #define ARILES_TYPED_ENTRY | ( |  | entry, | 
        
          |  |  |  | type | 
        
          |  | ) |  | ARILES_TYPED_NAMED_ENTRY(type, entry, #entry) | 
      
 
 
◆ ARILES_TYPED_ENTRY_
      
        
          | #define ARILES_TYPED_ENTRY_ | ( |  | entry, | 
        
          |  |  |  | type | 
        
          |  | ) |  | ARILES_TYPED_NAMED_ENTRY(type, entry##_, #entry) |