LLVM: llvm::cas::ondisk::ObjectID Class Reference (original) (raw)

Reference to a node. More...

#include "[llvm/CAS/OnDiskGraphDB.h](OnDiskGraphDB%5F8h%5Fsource.html)"

Detailed Description

Reference to a node.

The node's data may not be stored in the database. An [ObjectID](classllvm%5F1%5F1cas%5F1%5F1ondisk%5F1%5F1ObjectID.html "Reference to a node.") instance can only be used with the [OnDiskGraphDB](classllvm%5F1%5F1cas%5F1%5F1ondisk%5F1%5F1OnDiskGraphDB.html "On-disk CAS nodes database, independent of a particular hashing algorithm.") instance it came from. ObjectIDs from different [OnDiskGraphDB](classllvm%5F1%5F1cas%5F1%5F1ondisk%5F1%5F1OnDiskGraphDB.html "On-disk CAS nodes database, independent of a particular hashing algorithm.") instances are not comparable.

Definition at line 179 of file OnDiskGraphDB.h.

Member Function Documentation

fromOpaqueData()

ObjectID llvm::cas::ondisk::ObjectID::fromOpaqueData ( uint64_t Opaque) inlinestatic

getOpaqueData()

uint64_t llvm::cas::ondisk::ObjectID::getOpaqueData ( ) const inline

operator!=

operator==


The documentation for this class was generated from the following file: