EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Keyword.h File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Keyword
 

Macros

#define _KEYWORD_PREFIX_   "--"
 

Typedefs

typedef int(* keywordfun )(int argc, char **argv)
 

Enumerations

enum  MultipleInvocationMode { _MULTIPLE_INVOCATION_DISABLED_, _MULTIPLE_INVOCATION_ALLOWED_ }
 

Macro Definition Documentation

#define _KEYWORD_PREFIX_   "--"

Definition at line 19 of file Keyword.h.

View newest version in sPHENIX GitHub at line 19 of file Keyword.h

Referenced by isKeyword().

Typedef Documentation

typedef int(* keywordfun)(int argc, char **argv)

Definition at line 21 of file Keyword.h.

View newest version in sPHENIX GitHub at line 21 of file Keyword.h

Enumeration Type Documentation

Enumerator:
_MULTIPLE_INVOCATION_DISABLED_ 
_MULTIPLE_INVOCATION_ALLOWED_ 

Definition at line 23 of file Keyword.h.

View newest version in sPHENIX GitHub at line 23 of file Keyword.h