#include <qmf/Schema.h>
List of all members.
Member Typedef Documentation
Constructor & Destructor Documentation
      
        
          | qmf::Schema::Schema | ( | SchemaImpl * | impl = 0 | ) |  | 
      
 
 
      
        
          | qmf::Schema::Schema | ( | const Schema & |  | ) |  | 
      
 
 
Member Function Documentation
      
        
          | void qmf::Schema::finalize | ( |  | ) |  | 
      
 
 
      
        
          | int qmf::Schema::getDefaultSeverity | ( |  | ) | const | 
      
 
 
      
        
          | uint32_t qmf::Schema::getMethodCount | ( |  | ) | const | 
      
 
 
      
        
          | uint32_t qmf::Schema::getPropertyCount | ( |  | ) | const | 
      
 
 
      
        
          | const SchemaId& qmf::Schema::getSchemaId | ( |  | ) | const | 
      
 
 
      
        
          | bool qmf::Schema::isFinalized | ( |  | ) | const | 
      
 
 
      
        
          | QMF_INLINE_EXTERN bool qmf::Handle::isNull | ( |  | ) | const  [inline, inherited] | 
      
 
- Returns:
- true if handle is null. It is an error to call any function on a null handle. 
Definition at line 45 of file Handle.h.
 
 
      
        
          | QMF_INLINE_EXTERN bool qmf::Handle::isValid | ( |  | ) | const  [inline, inherited] | 
      
 
- Returns:
- true if handle is valid, i.e. not null. 
Definition at line 42 of file Handle.h.
 
 
      
        
          | QMF_INLINE_EXTERN qmf::Handle::operator bool | ( |  | ) | const  [inline, inherited] | 
      
 
Conversion to bool supports idiom if (handle) { handle->... 
} 
Definition at line 48 of file Handle.h.
 
 
      
        
          | QMF_INLINE_EXTERN bool qmf::Handle::operator! | ( |  | ) | const  [inline, inherited] | 
      
 
Operator ! supports idiom if (!handle) { do_if_handle_is_null(); }. 
Definition at line 51 of file Handle.h.
 
 
      
        
          | void qmf::Schema::setDefaultSeverity | ( | int |  | ) |  | 
      
 
 
      
        
          | void qmf::Handle::swap | ( | Handle< T > & | h | ) |  [inline, inherited] | 
      
 
 
Member Data Documentation
The documentation for this class was generated from the following file: