class jnc.Unit

class Unit {
    // properties

    string_t const property m_filePath;

    // construction

    construct(long p);
};