| 
| map< string, tuple< string, bool > >  | stringMap | 
|   | 
| map< string, tuple< GTime, bool > >  | timeMap | 
|   | 
| map< string, tuple< double, bool > >  | doubleMap | 
|   | 
| map< string, tuple< int, bool > >  | intMap | 
|   | 
| map< string, tuple< Vector3d, bool > >  | vectorMap | 
|   | 
| map< string, tuple< vector< double >, bool > >  | doubleArrayMap | 
|   | 
| map< string, tuple< deque< bool >, bool > >  | boolArrayMap | 
|   | 
◆ boolArrayMap
      
        
          | map<string, tuple<deque<bool>, bool> > DBEntry::boolArrayMap | 
        
      
 
 
◆ doubleArrayMap
      
        
          | map<string, tuple<vector<double>, bool> > DBEntry::doubleArrayMap | 
        
      
 
 
◆ doubleMap
      
        
          | map<string, tuple<double, bool> > DBEntry::doubleMap | 
        
      
 
 
◆ intMap
      
        
          | map<string, tuple<int, bool> > DBEntry::intMap | 
        
      
 
 
◆ stringMap
      
        
          | map<string, tuple<string, bool> > DBEntry::stringMap | 
        
      
 
 
◆ timeMap
      
        
          | map<string, tuple<GTime, bool> > DBEntry::timeMap | 
        
      
 
 
◆ vectorMap
      
        
          | map<string, tuple<Vector3d, bool> > DBEntry::vectorMap | 
        
      
 
 
The documentation for this struct was generated from the following file: