eOn client
Long-timescale dynamics: aKMC, NEB, parallel replica
☾
Toggle main menu visibility
Loading...
Searching...
No Matches
PointJob.h
Go to the documentation of this file.
1
/*
2
** This file is part of eOn.
3
**
4
** SPDX-License-Identifier: BSD-3-Clause
5
**
6
** Copyright (c) 2010--present, eOn Development Team
7
** All rights reserved.
8
**
9
** Repo:
10
** https://github.com/TheochemUI/eOn
11
*/
12
#pragma once
13
#include "
EonLogger.h
"
14
15
#include "
Job.h
"
16
#include "
Parameters.h
"
17
18
namespace
eonc
{
19
20
class
PointJob
:
public
Job
{
21
public
:
22
PointJob
(std::unique_ptr<Parameters> parameters)
23
:
Job
(std::move(parameters)) {}
24
~PointJob
(
void
) =
default
;
25
std::vector<std::string>
run
(
void
);
26
27
private
:
28
eonc::log::Scoped
log
;
29
};
30
31
}
// namespace eonc
32
33
using
eonc::PointJob
;
EonLogger.h
Job.h
The job class is used to serve as an abstract class for all jobs, as well as to call a job at runtime...
Parameters.h
eonc::Job::Job
Job(std::unique_ptr< Parameters > parameters)
Definition
Job.h:58
eonc::PointJob
Definition
PointJob.h:20
eonc::PointJob::~PointJob
~PointJob(void)=default
eonc::PointJob::PointJob
PointJob(std::unique_ptr< Parameters > parameters)
Definition
PointJob.h:22
eonc::PointJob::log
eonc::log::Scoped log
Definition
PointJob.h:28
eonc::PointJob::run
std::vector< std::string > run(void)
Virtual run; used solely for dynamic dispatch.
Definition
PointJob.cpp:23
eonc
RAII resource manager for the ARTn C library with global synchronization.
Definition
ARTnSaddleSearch.cpp:19
eonc::log::Scoped
RAII helper for class-scoped logging.
Definition
EonLogger.h:171
include
eon
PointJob.h
Generated by
1.17.0
Generated by
Doxygen 1.17.0
Analytics by
Antics
provided by
TurtleTech ehf