PSCF v1.2
|
Classes | |
class | Pscf::BlockDescriptor |
Description of a linear homopolymer block within a block polymer. More... | |
class | Pscf::Monomer |
Descriptor for a monomer type. More... | |
struct | Pscf::PolymerType |
Struct containing an enumeration of polymer structure types. More... | |
class | Pscf::SolventDescriptor |
Descriptor for a solvent species. More... | |
class | Pscf::Species |
Base class for a molecular species (polymer or solvent). More... | |
class | Pscf::Vertex |
A junction or chain end in a block polymer. More... | |
Functions | |
std::istream & | Pscf::operator>> (std::istream &in, PolymerType::Enum &type) |
Input stream extractor for a PolymerType::Enum enumeration. | |
std::ostream & | Pscf::operator<< (std::ostream &out, PolymerType::Enum &type) |
Input stream extractor for a PolymerType::Enum enumeration. | |
template<class Archive > | |
void | Pscf::serialize (Archive &ar, PolymerType::Enum &data, const unsigned int version) |
Serialize a PolymerType::Enum enumeration. | |
Classes that describe chemical structure of polymers and solvents.
std::istream & Pscf::operator>> | ( | std::istream & | in, |
PolymerType::Enum & | type ) |
Input stream extractor for a PolymerType::Enum enumeration.
in | input stream |
type | value of PolymerType to be read from file |
Definition at line 20 of file PolymerType.cpp.
References UTIL_THROW.
std::ostream & Pscf::operator<< | ( | std::ostream & | out, |
PolymerType::Enum & | type ) |
Input stream extractor for a PolymerType::Enum enumeration.
out | output stream |
type | value of PolymerType to be written |
Definition at line 40 of file PolymerType.cpp.
References UTIL_THROW.
|
inline |
Serialize a PolymerType::Enum enumeration.
ar | archive |
data | enumeration data to be serialized |
version | version id |
Definition at line 62 of file PolymerType.h.
References Util::serializeEnum().