- Author
- Alexander Sherikov
- Copyright
- 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 copyfrom.h.
Go to the source code of this file.
◆ ARILES2_BASE_METHODS_copyfrom
#define ARILES2_BASE_METHODS_copyfrom |
◆ ARILES2_METHODS_copyfrom
#define ARILES2_METHODS_copyfrom |
Value:
{ \
CPPUT_TRACE_FUNCTION; \
return (visitor.getDefaultParameters()); \
}
Definition at line 103 of file copyfrom.h.
◆ ARILES2_NAMED_ENTRY_copyfrom
#define ARILES2_NAMED_ENTRY_copyfrom |
( |
|
v, |
|
|
|
entry, |
|
|
|
name |
|
) |
| visitor.visitMapEntry(entry, other.name, #name, parameters); |
◆ ARILES2_PARENT_copyfrom
#define ARILES2_PARENT_copyfrom |
( |
|
v, |
|
|
|
entry |
|
) |
| entry::arilesVisit(visitor, other, parameters); |
◆ ARILES2_VISIT_copyfrom
#define ARILES2_VISIT_copyfrom |
Value: template <class t_Other> \
void arilesVisit( \
const t_Other &other, \
{ \
CPPUT_UNUSED_ARG(visitor); \
CPPUT_UNUSED_ARG(other); \
CPPUT_UNUSED_ARG(parameters); \
CPPUT_TRACE_FUNCTION; \
ARILES2_ENTRIES(copyfrom) \
}
Definition at line 89 of file copyfrom.h.