Identify view containers to be made persistent.
More...
Go to the source code of this file.
|
| namespace | SG |
| | Forward declaration.
|
Identify view containers to be made persistent.
- Author
- scott snyder snyde.nosp@m.r@bn.nosp@m.l.gov
- Date
- Jan, 2016
Definition in file ViewVector.h.
◆ VIEWVECTOR_CLASS_DEF
| #define VIEWVECTOR_CLASS_DEF |
( |
| NAME, |
|
|
| CID ) |
Value: [[maybe_unused]] \
CLIDREGISTRY_ADDENTRY(CID, NAME)
Default, invalid implementation of ClassID_traits.
Use this macro to associate a CLID with a ViewVector class.
Definition at line 355 of file ViewVector.h.
355#define VIEWVECTOR_CLASS_DEF(NAME, CID) \
356 [[maybe_unused]] \
357 static const bool clidinit_##CID = ClassID_traits<NAME>::init (CID, #NAME); \
358 CLIDREGISTRY_ADDENTRY(CID, NAME)
◆ ClassID_traits< ViewVector< DV > >::s_clid
◆ ClassID_traits< ViewVector< DV > >::s_name