- 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 copyto.h.
Go to the source code of this file.
◆ ARILES2_BASE_METHODS_copyto
#define ARILES2_BASE_METHODS_copyto |
◆ ARILES2_METHODS_copyto
#define ARILES2_METHODS_copyto |
Value:
{ \
CPPUT_TRACE_FUNCTION; \
return (visitor.getDefaultParameters()); \
}
Definition at line 103 of file copyto.h.
◆ ARILES2_NAMED_ENTRY_copyto
#define ARILES2_NAMED_ENTRY_copyto |
( |
|
v, |
|
|
|
entry, |
|
|
|
name |
|
) |
| visitor.visitMapEntry(entry, other.name, #name, parameters); |
◆ ARILES2_PARENT_copyto
#define ARILES2_PARENT_copyto |
( |
|
v, |
|
|
|
entry |
|
) |
| entry::arilesVisit(visitor, other, parameters); |
◆ ARILES2_VISIT_copyto
#define ARILES2_VISIT_copyto |
Value: template <class t_Other> \
void arilesVisit( \
t_Other &other, \
{ \
CPPUT_UNUSED_ARG(visitor); \
CPPUT_UNUSED_ARG(other); \
CPPUT_UNUSED_ARG(parameters); \
CPPUT_TRACE_FUNCTION; \
ARILES2_ENTRIES(copyto) \
}
Definition at line 89 of file copyto.h.