#include <bootstrap.hxx>
◆ Bootstrap() [1/2]
  
  | 
        
          | rtl::Bootstrap::Bootstrap | ( |  | ) |  |  | inline | 
 
 
◆ Bootstrap() [2/2]
◆ ~Bootstrap()
  
  | 
        
          | rtl::Bootstrap::~Bootstrap | ( |  | ) |  |  | inline | 
 
 
◆ encode()
Escapes special characters ("$" and "\"). 
- Parameters
- 
  
  
- Returns
- the given value, with all occurrences of special characters ("$" and "\") escaped
- Since
- UDK 3.2.9 
 
 
◆ expandMacros()
Expands a macro using default bootstrap variables. 
- Parameters
- 
  
    | [in,out] | macro | The macro to be expanded |  
 
 
 
◆ expandMacrosFrom()
Expands a macro using bootstrap variables. 
- Parameters
- 
  
    | [in,out] | macro | The macro to be expanded |  
 
 
 
◆ get() [1/2]
Retrieves a bootstrap parameter. 
- Parameters
- 
  
    |  | sName | name of the bootstrap value. case insensitive. |  | [out] | outValue | On success contains the value, otherwise an empty string. |  
 
- Returns
- false, if no value could be retrieved, otherwise true 
- See also
- rtl_bootstrap_get() 
 
 
◆ get() [2/2]
Retrieves a bootstrap parameter. 
- Parameters
- 
  
    |  | sName | name of the bootstrap value. case insensitive. |  | [out] | outValue | Contains the value associated with sName. |  |  | aDefault | if none of the other methods retrieved a value, outValueis assigned toaDefault. |  
 
- See also
- rtl_bootstrap_get() 
 
 
◆ getFrom() [1/2]
Retrieves a bootstrap argument. 
It is first tried to retrieve the value via the global function and second via the special bootstrap container. 
- See also
- rtl_bootstrap_get_from_handle() 
 
 
◆ getFrom() [2/2]
Retrieves a bootstrap argument. 
It is first tried to retrieve the value via the global function and second via the special bootstrap container. 
- See also
- rtl_bootstrap_get_from_handle() 
 
 
◆ getHandle()
Provides the bootstrap internal handle. 
- Returns
- bootstrap handle 
 
 
◆ getIniName()
◆ set()
Sets a bootstrap parameter. 
- Parameters
- 
  
    | name | name of bootstrap parameter |  | value | value of bootstrap parameter |  
 
- See also
- rtl_bootstrap_set() 
 
 
◆ setIniFilename()
The documentation for this class was generated from the following file: