KiCad PCB EDA Suite
Loading...
Searching...
No Matches
delegate_example.cpp File Reference
#include <cstdio>
#include <string>
#include <tool/delegate.h>

Go to the source code of this file.

Classes

class  MyClass
 

Typedefs

typedef DELEGATE< int, const string & > MyDelegate
 

Functions

 main ()
 

Typedef Documentation

◆ MyDelegate

typedef DELEGATE<int, const string&> MyDelegate

Definition at line 15 of file delegate_example.cpp.

Function Documentation

◆ main()

main ( void  )

Definition at line 17 of file delegate_example.cpp.

References MyClass::MyMethod().

Referenced by EC_PERPLINE::Apply(), and EC_LINE::Apply().