Loading...
Searching...
No Matches
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  SimpleMD

Typedefs

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

Variables

static void(* deleter )(FILE *f) = [](FILE* f) { if(f) std::fclose(f); }

Typedef Documentation

◆ DriverDouble

◆ DriverFloat

Variable Documentation

◆ deleter

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