Lumiera  0.pre.03
»edit your freedom«
Builder< ErrorLog > Struct Template Reference

Description

template<>
struct steam::asset::meta::Builder< ErrorLog >

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

Public Member Functions

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

Public Attributes

string nameID
 

Constructor & Destructor Documentation

◆ Builder()

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

Definition at line 101 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 91 of file error-log.cpp.

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

+ Here is the call graph for this function:
+ Collaboration diagram for Builder< ErrorLog >:

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