Go to the documentation of this file.
19 #ifndef OST_CHAIN_BASE_HH
20 #define OST_CHAIN_BASE_HH
27 namespace ost {
namespace mol {
54 operator bool()
const {
return this->IsValid(); }
57 bool IsValid()
const {
return Impl().get()!=0; }
74 void CheckValidity()
const;
80 const ChainBase& chain);
83 #endif // OST_CHAIN_BASE_HH