Lumiera 0.pre.04
»edit your freedom«
Loading...
Searching...
No Matches
Builder< ErrorLog > Struct Reference

#include "steam/asset/meta/error-log.hpp"

Description

Definition at line 86 of file error-log.hpp.

Public Attributes

string nameID
 

Public Member Functions

 Builder (string name)
 
lib::P< ErrorLogcommit ()
 create a specific error log configured as defined through this builder
 

Constructor & Destructor Documentation

◆ Builder()

Builder ( string  name)
inline
Todo:
what is "the default log"??

Definition at line 92 of file error-log.hpp.

Member Function Documentation

◆ commit()

lib::P< ErrorLog > commit ( )

create a specific error log configured as defined through this builder

Setup of an ErrorLog: validate the settings within this builder instance, then create an appropriately configured ErrorLog instance.

Returns
shared_ptr holding onto the new asset::Meta, which has already been registered with the AssetManager.
Todo:
currently (8/2018) this is a mere placeholder, we just need an EntryID<ErrorLog>. ///////////////TICKET #1157

TICKET #1157 : and the entity created here is bare of any functionality

Definition at line 82 of file error-log.cpp.

References steam::asset::meta::theErrorLog_ID, and AssetManager::wrap().

+ Here is the call graph for this function:

Member Data Documentation

◆ nameID

string nameID

Definition at line 88 of file error-log.hpp.

+ Collaboration diagram for Builder< ErrorLog >:

The documentation for this struct was generated from the following files: