Package rosetta :: Package core :: Package chemical :: Package carbohydrates :: Module _core_chemical_carbohydrates_
[hide private]
[frames] | no frames]

Module _core_chemical_carbohydrates_

Classes [hide private]
  CarbohydrateInfo
core/chemical/carbohydrates/CarbohydrateInfo.hh:41
  CarbohydrateInfoAP
  CarbohydrateInfoCAP
  __CPP_CarbohydrateInfo__
Functions [hide private]
 
read_codes_and_roots_from_database_file(...)
read_codes_and_roots_from_database_file( (str)filename) -> map_string_string : Return a map of strings to strings, which are saccharide-specific 3-letter codes mapped to IUPAC roots, read from a database file.
Variables [hide private]
  __package__ = None
Function Details [hide private]

read_codes_and_roots_from_database_file(...)

 

read_codes_and_roots_from_database_file( (str)filename) -> map_string_string :
    Return a map of strings to strings, which are saccharide-specific 3-letter codes mapped to IUPAC roots, read
    from a database file.
    

    C++ signature :
        std::map<std::string, std::string, std::less<std::string>, std::allocator<std::pair<std::string const, std::string> > > read_codes_and_roots_from_database_file(std::string)