Package rosetta :: Package core :: Package chemical :: Package sdf :: Module _core_chemical_sdf_ :: Class CtabV2000Parser
[hide private]
[frames] | no frames]

Class CtabV2000Parser

 object --+        
          |        
??.instance --+    
              |    
 CtabParserBase --+
                  |
                 CtabV2000Parser

core/chemical/sdf/CtabV2000Parser.hh:31

Instance Methods [hide private]
 
__init__(...)
__init__( (object)arg1) -> None :
 
parse(...)
parse( (CtabV2000Parser)arg1, (std_istream)tablein, (str)headerline, (MolFileIOMolecule)molecule) -> bool : core/chemical/sdf/CtabV2000Parser.hh:37

Inherited from CtabParserBase: __reduce__

Inherited from unreachable.instance: __new__

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]

Inherited from CtabParserBase: __instance_size__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(...)
(Constructor)

 

__init__( (object)arg1) -> None :

    C++ signature :
        void __init__(_object*)

Overrides: object.__init__

parse(...)

 

parse( (CtabV2000Parser)arg1, (std_istream)tablein, (str)headerline, (MolFileIOMolecule)molecule) -> bool :
    core/chemical/sdf/CtabV2000Parser.hh:37

    C++ signature :
        bool parse(core::chemical::sdf::CtabV2000Parser {lvalue},std::istream {lvalue},std::string,core::chemical::sdf::MolFileIOMolecule {lvalue})

parse( (CtabV2000Parser)arg1, (std_istream)tablein, (str)headerline, (MolFileIOMolecule)molecule) -> bool :

    C++ signature :
        bool parse(CtabV2000Parser_exposer_callback {lvalue},std::istream {lvalue},std::string,core::chemical::sdf::MolFileIOMolecule {lvalue})

Overrides: CtabParserBase.parse