|
librcsb-core-wrapper
1.005
|
Private class that represents a CIF parser controller. More...
#include <CifFileReadDef.h>

Public Member Functions | |
| CifFileReadDef (std::vector< std::string > dblist, std::vector< std::string >clist, type dbtype=A, type ctype=A) | |
| CifFileReadDef () | |
| ~CifFileReadDef () | |
| void | SetDataBlockList (std::vector< std::string > dblist, type dbtype=A) |
| void | SetCategoryList (std::vector< std::string >clist, type ctype=A) |
| void | SetDataBlockListType (type dbtype=A) |
| void | SetCategoryListType (type ctype=A) |
| int | AreAllCatsRead () |
| void | IncreaseNumReadCats () |
| int | Category_OK (const std::string &categoryName) |
| int | Datablock_OK (const std::string &datablockName) |
Protected Attributes | |
| std::vector< std::string > | _datablocklist |
| std::vector< std::string > | _categorylist |
| type | _datablocklisttype |
| type | _categorylisttype |
Private class that represents a CIF parser controller.
| CifFileReadDef::CifFileReadDef | ( | std::vector< std::string > | dblist, |
| std::vector< std::string > | clist, | ||
| type | dbtype = A, |
||
| type | ctype = A |
||
| ) |
|
inline |
References INVALID_NUM_CATS.
|
inline |
| int CifFileReadDef::AreAllCatsRead | ( | ) |
| int CifFileReadDef::Category_OK | ( | const std::string & | categoryName | ) |
| int CifFileReadDef::Datablock_OK | ( | const std::string & | datablockName | ) |
| void CifFileReadDef::IncreaseNumReadCats | ( | ) |
References _categorylisttype.
References _datablocklisttype.
|
protected |
|
protected |
Referenced by SetCategoryListType().
|
protected |
|
protected |
Referenced by SetDataBlockListType().
1.8.16