xoreos  0.0.5
Namespaces | Functions
engines.h File Reference

Utility functions to handle the engines. More...

#include <list>
Include dependency graph for engines.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 Engines
 

Functions

void createEngineProbes (std::list< const Engines::EngineProbe *> &probes)
 Create all probes for all our engines. More...
 
void destroyEngineProbes (std::list< const Engines::EngineProbe *> &probes)
 Destroy all the probes again. More...
 

Detailed Description

Utility functions to handle the engines.

Definition in file engines.h.

Function Documentation

◆ createEngineProbes()

void createEngineProbes ( std::list< const Engines::EngineProbe *> &  probes)

◆ destroyEngineProbes()

void destroyEngineProbes ( std::list< const Engines::EngineProbe *> &  probes)

Destroy all the probes again.

Definition at line 51 of file engines.cpp.

Referenced by main().

Here is the caller graph for this function: