OpenASIP  2.0
Classes | Enumerations
ExplorerPluginParameter.hh File Reference
#include "TCEString.hh"
#include "Exception.hh"
Include dependency graph for ExplorerPluginParameter.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ExplorerPluginParameter
 

Enumerations

enum  ExplorerPluginParameterType { INT, UINT, STRING, BOOL }
 

Detailed Description

Implementation of ExplorerPluginParameter class.

Author
Esa Määttä 2008 (esa.maatta-no.spam-tut.fi)
Pekka Jääskeläinen 2012
Note
rating: red

Declaration of ExplorerPluginParameter class.

Author
Esa Määttä 2008 (esa.maatta-no.spam-tut.fi)
Note
rating: red

Definition in file ExplorerPluginParameter.hh.

Enumeration Type Documentation

◆ ExplorerPluginParameterType

Enumerator
INT 
UINT 
STRING 
BOOL 

Definition at line 40 of file ExplorerPluginParameter.hh.

40 { INT, UINT, STRING, BOOL };
UINT
@ UINT
Definition: ExplorerPluginParameter.hh:40
BOOL
@ BOOL
Definition: ExplorerPluginParameter.hh:40
STRING
@ STRING
Definition: ExplorerPluginParameter.hh:40
INT
@ INT
Definition: ExplorerPluginParameter.hh:40