Classdesc  3.D29
ExcludeClass< T > Struct Template Reference

#include <classdesc.h>

Inheritance diagram for ExcludeClass< T >:
Inheritance graph
Collaboration diagram for ExcludeClass< T >:
Collaboration graph

Public Member Functions

template<class U >
 ExcludeClass (const U &x)
 
template<class U >
const T & operator= (const U &x)
 
template<class U >
 operator const U & () const
 
template<class U >
 operator U & ()
 

Detailed Description

template<class T>
struct classdesc::ExcludeClass< T >

Exclude marker (for use in preferentially excluding descriptors) If you have a member XXX xxx, then declaring it as Exclude<XXX> xxx excludes the variable from classdesc description (ie is not serialised)


The documentation for this struct was generated from the following file: