foobar2000 SDK  2015-01-14
Public Member Functions | Private Attributes
titleformat_object_wrapper

#include <titleformat.h>

Public Member Functions

 titleformat_object_wrapper (const char *p_script)
 
 operator const service_ptr_t< titleformat_object > & () const
 

Private Attributes

service_ptr_t< titleformat_objectm_script
 

Detailed Description

Definition at line 80 of file titleformat.h.

Constructor & Destructor Documentation

titleformat_object_wrapper::titleformat_object_wrapper ( const char *  p_script)
inline

Definition at line 82 of file titleformat.h.

82  {
83  static_api_ptr_t<titleformat_compiler>()->compile_force(m_script,p_script);
84  }
Helper template used to easily access core services. Usage: static_api_ptr_t api; api->doso...
Definition: service.h:533
service_ptr_t< titleformat_object > m_script
Definition: titleformat.h:89

Member Function Documentation

titleformat_object_wrapper::operator const service_ptr_t< titleformat_object > & ( ) const
inline

Definition at line 86 of file titleformat.h.

86 {return m_script;}
service_ptr_t< titleformat_object > m_script
Definition: titleformat.h:89

Field Documentation

service_ptr_t<titleformat_object> titleformat_object_wrapper::m_script
private

Definition at line 89 of file titleformat.h.


The documentation for this class was generated from the following file: