ADD: added cost do serialize function in Identifier
This commit is contained in:
@@ -62,7 +62,7 @@ namespace SimCore {
|
||||
* @brief returns the serilaized string of the ID
|
||||
* @brief string
|
||||
*/
|
||||
std::string serialize();
|
||||
std::string serialize() const;
|
||||
|
||||
std::string getUUID() const;
|
||||
|
||||
@@ -76,6 +76,6 @@ namespace SimCore {
|
||||
/// the number of the parent, all ID from an external source the parent is the same
|
||||
std::uint32_t parent_ = 0;
|
||||
|
||||
std::string uuid_ = "";
|
||||
std::string uuid_;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user