#include <StdAdaptors.h>
Definition at line 195 of file StdAdaptors.h.
 
◆ StdStdStringAdapt()
Definition at line 198 of file StdAdaptors.h.
StdCompiler::RawCompileType eRawType
 
 
 
 
◆ CompileFunc()
  
  
      
        
          | void StdStdStringAdapt::CompileFunc  | 
          ( | 
          StdCompiler *  | 
          pComp | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ operator=()
Definition at line 205 of file StdAdaptors.h.
  205 { 
string = szDefault; 
return *
this; }
 
 
 
 
◆ operator==()
  
  
      
        
          | bool StdStdStringAdapt::operator==  | 
          ( | 
          const char *  | 
          szDefault | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
Definition at line 204 of file StdAdaptors.h.
  204 { 
return string == szDefault; }
 
 
 
 
◆ eRawType
◆ string
      
        
          | std::string& StdStdStringAdapt::string | 
        
      
 
 
The documentation for this struct was generated from the following file: