VinaLC: Parallel Molecular Docking Program

Biochemical and Biophysical Systems Group
VinaLC version: 1.1.2

parse_error Struct Reference

#include <parse_error.h>

Collaboration diagram for parse_error:

Public Member Functions

 parse_error (const path &file_, unsigned line_, const std::string &reason_="")
 
 parse_error (unsigned line_, const std::string &reason_="")
 

Public Attributes

path file
 
unsigned line
 
std::string reason
 

Private Member Functions

 parse_error ()
 

Constructor & Destructor Documentation

parse_error::parse_error ( const path file_,
unsigned  line_,
const std::string &  reason_ = "" 
)
inline
parse_error::parse_error ( unsigned  line_,
const std::string &  reason_ = "" 
)
inline
parse_error::parse_error ( )
inlineprivate

Member Data Documentation

path parse_error::file

Referenced by dockjob(), main(), and mpiParser().

unsigned parse_error::line

Referenced by dockjob(), main(), and mpiParser().

std::string parse_error::reason

Referenced by dockjob(), main(), and mpiParser().


The documentation for this struct was generated from the following file: