Rosetta  2021.16
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Namespaces | Functions
Datatypes.json.hh File Reference

json-support functions for indexed_structure_store primitive datatypes. More...

#include <algorithm>
#include <string>
#include <json.hpp>
#include <protocols/indexed_structure_store/Datatypes.hh>

Namespaces

 protocols
 The instance of Loops contained by AbrelaxApplication should be replaced by a LoopsOP.
 
 protocols::indexed_structure_store
 

Functions

void protocols::indexed_structure_store::to_json (nlohmann::json &j, const ResidueBackboneEntry &i)
 
void protocols::indexed_structure_store::from_json (const nlohmann::json &j, ResidueBackboneEntry &i)
 
void protocols::indexed_structure_store::to_json (nlohmann::json &j, const ResidueSidechainEntry &i)
 
void protocols::indexed_structure_store::from_json (const nlohmann::json &j, ResidueSidechainEntry &i)
 
void protocols::indexed_structure_store::to_json (nlohmann::json &j, const ResidueOrientEntry &i)
 
void protocols::indexed_structure_store::from_json (const nlohmann::json &j, ResidueOrientEntry &i)
 
void protocols::indexed_structure_store::to_json (nlohmann::json &j, const ResidueEntry &i)
 
void protocols::indexed_structure_store::from_json (const nlohmann::json &j, ResidueEntry &i)
 
void protocols::indexed_structure_store::to_json (nlohmann::json &j, const StructureEntry &i)
 
void protocols::indexed_structure_store::from_json (const nlohmann::json &j, StructureEntry &i)
 

Detailed Description

json-support functions for indexed_structure_store primitive datatypes.

Author
Alex Ford forda.nosp@m.s@uw.nosp@m..edu