Skip to content

Project OpenGeode

class Identifier

Functions

Identifier

cpp
public void Identifier(Identifier && other)
public void Identifier(Identifier && other)

~Identifier

cpp
public void ~Identifier()
public void ~Identifier()

id

cpp
public const uuid & id()
public const uuid & id()

name

cpp
public string_view name()
public string_view name()

save_identifier

cpp
public void save_identifier(string_view directory)
public void save_identifier(string_view directory)

set_id

cpp
public void set_id(const uuid & unique_id, IdentifierKey )
public void set_id(const uuid & unique_id, IdentifierKey )

set_name

cpp
public void set_name(string_view name, IdentifierKey )
public void set_name(string_view name, IdentifierKey )

load_identifier

cpp
public void load_identifier(string_view directory, IdentifierKey )
public void load_identifier(string_view directory, IdentifierKey )

Identifier

cpp
protected void Identifier()
protected void Identifier()

operator=

cpp
protected Identifier & operator=(Identifier && other)
protected Identifier & operator=(Identifier && other)

set_id

cpp
protected void set_id(const uuid & unique_id)
protected void set_id(const uuid & unique_id)

set_name

cpp
protected void set_name(string_view name)
protected void set_name(string_view name)

Geode-solutions' documentation website