Public Member Functions | List of all members
Eigen::ThreadPoolInterface Class Referenceabstract

#include <ThreadPoolInterface.h>

Inheritance diagram for Eigen::ThreadPoolInterface:
Inheritance graph
[legend]

Public Member Functions

virtual int CurrentThreadId () const =0
 
virtual int NumThreads () const =0
 
virtual void Schedule (std::function< void()> fn)=0
 
virtual ~ThreadPoolInterface ()
 

Detailed Description

Definition at line 17 of file ThreadPoolInterface.h.

Constructor & Destructor Documentation

◆ ~ThreadPoolInterface()

virtual Eigen::ThreadPoolInterface::~ThreadPoolInterface ( )
inlinevirtual

Definition at line 28 of file ThreadPoolInterface.h.

Member Function Documentation

◆ CurrentThreadId()

virtual int Eigen::ThreadPoolInterface::CurrentThreadId ( ) const
pure virtual

◆ NumThreads()

virtual int Eigen::ThreadPoolInterface::NumThreads ( ) const
pure virtual

◆ Schedule()

virtual void Eigen::ThreadPoolInterface::Schedule ( std::function< void()>  fn)
pure virtual

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


control_box_rst
Author(s): Christoph Rösmann
autogenerated on Mon Feb 28 2022 22:08:39