File MethodIdentifier.h¶
- Copyright
This code is licensed under the 3-clause BSD license.
Copyright ETH Zurich, Laboratory for Physical Chemistry, Reiher Group.
See LICENSE.txt for details.
-
namespace
Scine
This header file contains functions that allow for common notation for common things that can be done at a different degree of derivatives.
This header contains alias definitions defining which classes to use for the different degrees of derivatives.
-
namespace
Utils
-
class
MethodIdentifier
- #include <MethodIdentifier.h>
Identifier for some method type. Fulfills the same role as an enum that can be changed at runtime.
Public Functions
-
MethodIdentifier
(std::string id = "")¶
-
bool
valid
() const¶
-
bool
operator==
(const MethodIdentifier &rhs) const¶
-
bool
operator!=
(const MethodIdentifier &rhs) const¶
-
bool
operator<
(const MethodIdentifier &rhs) const¶
Private Members
-
std::string
id_
¶
-
-
class
-
namespace