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 basic_string_view name()
public basic_string_view name()
save_identifier
cpp
public void save_identifier(basic_string_view directory)
public void save_identifier(basic_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(basic_string_view name, IdentifierKey )
public void set_name(basic_string_view name, IdentifierKey )
load_identifier
cpp
public void load_identifier(basic_string_view directory, IdentifierKey )
public void load_identifier(basic_string_view directory, IdentifierKey )
copy_identifier
cpp
public void copy_identifier(const Identifier & other, IdentifierKey )
public void copy_identifier(const Identifier & other, 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(basic_string_view name)
protected void set_name(basic_string_view name)