NAP
Public Attributes | List of all members
StructFillPolicy::Entry< T > Class Template Reference

#include <structfillpolicy.h>

Public Attributes

rtti::ObjectPtr< FillPolicy< T > > mFillPolicy
 Property 'FillPolicy': The fill policy associated with the member name. More...
 
- Public Attributes inherited from StructFillPolicy::BaseEntry
std::string mName
 Property 'Name': The struct member name of this fill policy entry. More...
 
- Public Attributes inherited from Object
std::string mID
 Property: 'mID' unique name of the object. Used as an identifier by the system. More...
 

Additional Inherited Members

- Public Member Functions inherited from StructFillPolicy::BaseEntry
 BaseEntry ()=default
 
virtual ~BaseEntry ()=default
 
- Public Member Functions inherited from Resource
 Resource ()
 
- Public Member Functions inherited from Object
 Object ()
 
virtual ~Object ()
 
virtual bool init (utility::ErrorState &errorState)
 
virtual void onDestroy ()
 
 Object (Object &)=delete
 
Objectoperator= (const Object &)=delete
 
 Object (Object &&)=delete
 
Objectoperator= (Object &&)=delete
 
- Static Public Member Functions inherited from Object
static bool isIDProperty (rtti::Instance &object, const rtti::Property &property)
 

Description

template<typename T>
class nap::StructFillPolicy::Entry< T >

Specialized struct fill policy entry. Binds a struct member name to a specific fill policy.

Inheritance diagram for StructFillPolicy::Entry< T >:
[legend]
Collaboration diagram for StructFillPolicy::Entry< T >:
[legend]

Member Data Documentation

◆ mFillPolicy

rtti::ObjectPtr<FillPolicy<T> > mFillPolicy

Property 'FillPolicy': The fill policy associated with the member name.