(C++) Meta-Object Compiler

February 24, 2017 · View on GitHub

 

 

 

 

 

(C++) Meta-Object Compiler

 

The Meta-Object Compiler ('moc') 'is the program that handles Qt's C++ extensions' [1]. 'Among other things, meta-object code is required for the signals and slots mechanism, the run-time type information, and the dynamic property system'[1].

 

 

 

 

 

 

 

 

 

 

 

References

 

  1. Qt documentation about moc