#include <stddef.h>
#include "NameList.h"
#include "Command.h"
Go to the source code of this file.
Compounds | |
class | SymbolTable |
tracks names and functions needed to parse a selection for the given class. More... | |
class | CmdAddAtomSelMacro |
create a new atom selection macro. More... | |
class | CmdDelAtomSelMacro |
delete the specified atom selection macro. More... | |
class | SymbolTableElement |
keeps track of the template-dependent mapping from index to member function. More... | |
Typedefs | |
typedef double(* | c_ddfunc )(double) |
Typedef for C functions that take a double and return a double. More... |
|
Typedef for C functions that take a double and return a double.
Definition at line 50 of file SymbolTable.h. Referenced by SymbolTable::add_cfunction, and SymbolTableElement::SymbolTableElement. |