MCPcopy Create free account
hub / github.com/TileDB-Inc/TileDB / ptr

Method ptr

tiledb/sm/cpp_api/current_domain.h:102–104  ·  view source on GitHub ↗

* Returns a shared pointer to the C TileDB currentDomain object. * * @return The C API pointer */

Source from the content-addressed store, hash-verified

100 * @return The C API pointer
101 */
102 std::shared_ptr<tiledb_current_domain_t> ptr() const {
103 return current_domain_;
104 }
105
106 /**
107 * Returns the currentDomain type.

Callers 6

CurrentDomainMethod · 0.45
typeMethod · 0.45
CurrentDomainClass · 0.45
ndrectangleMethod · 0.45
is_emptyMethod · 0.45
current_domain.hFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected