Loading [MathJax]/extensions/tex2jax.js
 
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
PLMD::cltools Namespace Reference

Classes

class  CLTool
 This is the abstract base class to use for implementing new command line tool, within it there is information as to how to go about implemneting a new tool. More...
 
class  CLToolSumHills
 
class  Completion
 
class  Driver
 
class  GenExample
 
class  GenJson
 
class  GenTemplate
 
class  Info
 
class  kt
 
class  Manual
 
class  PdbRenumber
 
class  PesMD
 
class  ShowGraph
 
class  SimpleMD
 
class  SwitchingPlotter
 

Typedefs

typedef Driver< double > DriverDouble
 
typedef Driver< float > DriverFloat
 

Variables

static void(* deleter )(FILE *f)
 

Typedef Documentation

◆ DriverDouble

◆ DriverFloat

Variable Documentation

◆ deleter

void(* PLMD::cltools::deleter) (FILE *f) ( FILE * f)
static
Initial value:
= [](auto f) {
if(f) {
std::fclose(f);
}
}