(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].
External links
References