RDKit
Open-source cheminformatics and machine learning.
Loading...
Searching...
No Matches
details.h
Go to the documentation of this file.
1//
2// Copyright (C) 2014 Greg Landrum
3//
4// @@ All Rights Reserved @@
5// This file is part of the RDKit.
6// The contents are covered by the terms of the BSD license
7// which is included in the file license.txt, found at the root
8// of the RDKit source tree.
9//
10#include <RDGeneral/export.h>
11#include <cstdint>
12
13namespace RDKit {
14typedef std::uint32_t atomindex_t;
15}
Std stuff.
std::uint32_t atomindex_t
Definition details.h:14