Configuration parameter entry.  
 More...
#include <ISettingsProvider.h>
 | 
| 
Value  | m_value | 
|   | Parameter value. 
  | 
|   | 
| 
Desc  | m_desc | 
|   | Parameter description. 
  | 
|   | 
Configuration parameter entry. 
 
◆ Entry()
  
  
      
        
          | fsdk::ISettingsProvider::Entry::Entry  | 
          ( | 
          const Desc & |           desc,  | 
         
        
           | 
           | 
          Value && |           value ) | 
         
       
   | 
  
noexcept   | 
  
 
Initialize an entry. 
- Parameters
 - 
  
    | desc | description.  | 
    | value | value.  | 
  
   
 
 
◆ getDesc()
  
  
      
        
          | const Desc & fsdk::ISettingsProvider::Entry::getDesc  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
noexcept   | 
  
 
Get description. 
- Returns
 - description. 
 
 
 
◆ getValue()
  
  
      
        
          | const Value & fsdk::ISettingsProvider::Entry::getValue  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
noexcept   | 
  
 
 
◆ setDesc()
  
  
      
        
          | void fsdk::ISettingsProvider::Entry::setDesc  | 
          ( | 
          const Desc & |           desc | ) | 
           | 
         
       
   | 
  
noexcept   | 
  
 
Set description. 
- Parameters
 - 
  
  
 
 
 
◆ setValue()
  
  
      
        
          | void fsdk::ISettingsProvider::Entry::setValue  | 
          ( | 
          Value && |           value | ) | 
           | 
         
       
   | 
  
noexcept   | 
  
 
 
The documentation for this struct was generated from the following file: