DEBSOURCES
Skip Quicknav
sources / libclang-perl / 0.09-6 / t / fragments / cat.cc
123456789
#include "cat.h" Cat::Cat(char* name) { this->_name = name; } const char* Cat::name() { return this->_name; }