Mechanicxx Manual

How to use C:

#include "C.h"

using namespace N;

int main()
{
        N::C ok;
        ok.f();

        C not_ok;
        not_ok.f();
}
 All Classes Functions