KiCad PCB EDA Suite
Loading...
Searching...
No Matches
GETTER_BASE< Owner, T > Class Template Referenceabstract

#include <property.h>

Inheritance diagram for GETTER_BASE< Owner, T >:
GETTER< Owner, T, FuncType >

Public Member Functions

virtual ~GETTER_BASE ()
 
virtual T operator() (const Owner *aOwner) const =0
 

Detailed Description

template<typename Owner, typename T>
class GETTER_BASE< Owner, T >

Definition at line 76 of file property.h.

Constructor & Destructor Documentation

◆ ~GETTER_BASE()

template<typename Owner , typename T >
virtual GETTER_BASE< Owner, T >::~GETTER_BASE ( )
inlinevirtual

Definition at line 79 of file property.h.

Member Function Documentation

◆ operator()()

template<typename Owner , typename T >
virtual T GETTER_BASE< Owner, T >::operator() ( const Owner *  aOwner) const
pure virtual

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