openCARP
Doxygen code documentation for the open cardiac electrophysiology simulator openCARP
Namespaces | Functions
target.cc File Reference
#include <unordered_map>
#include <string>
#include <sstream>
#include "target.h"
Include dependency graph for target.cc:

Go to the source code of this file.

Namespaces

 limpet
 

Functions

Target limpet::get_target_from_string (std::string const str)
 Returns a value from the Target enum from a given string. More...
 
std::string limpet::get_string_from_target (Target const target)
 Get a string representation of a given target. More...
 
std::string limpet::get_target_list_string ()
 Returns a string containing the list of available targets. More...
 
bool limpet::is_gpu (Target const target)
 Checks if this is a GPU target. More...
 
bool limpet::is_concrete (Target const target)
 Checks if target is a real, concrete target. More...