Definition at line 62 of file font.cpp.
 
◆ MARKUP_CACHE()
  
  
      
        
          | MARKUP_CACHE::MARKUP_CACHE  | 
          ( | 
          size_t |           aMaxSize | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ Clear()
  
  
      
        
          | void MARKUP_CACHE::Clear  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ Get()
  
  
      
        
          | ENTRY * MARKUP_CACHE::Get  | 
          ( | 
          const wxString & |           aQuery | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ Put()
  
  
      
        
          | ENTRY & MARKUP_CACHE::Put  | 
          ( | 
          const wxString & |           aQuery,  | 
         
        
           | 
           | 
          ENTRY && |           aResult ) | 
         
       
   | 
  
inline   | 
  
 
 
◆ m_cache
  
  
      
        
          | std::unordered_map<wxString, std::list<std::pair<wxString, ENTRY> >::iterator> MARKUP_CACHE::m_cache | 
         
       
   | 
  
private   | 
  
 
 
◆ m_cacheMru
  
  
      
        
          | std::list<std::pair<wxString, ENTRY> > MARKUP_CACHE::m_cacheMru | 
         
       
   | 
  
private   | 
  
 
 
◆ m_maxSize
  
  
      
        
          | size_t MARKUP_CACHE::m_maxSize | 
         
       
   | 
  
private   | 
  
 
 
The documentation for this class was generated from the following file: