!_TAG_FILE_FORMAT 2 /extended format; --format=1 will not append ;" to lines/ !_TAG_FILE_SORTED 1 /0=unsorted, 1=sorted, 2=foldcase/ !_TAG_PROGRAM_AUTHOR Darren Hiebert /dhiebert@users.sourceforge.net/ !_TAG_PROGRAM_NAME Exuberant Ctags // !_TAG_PROGRAM_URL http://ctags.sourceforge.net /official site/ !_TAG_PROGRAM_VERSION 5.9~svn20110310 // CXXFLAGS Makefile /^CXXFLAGS= -Wall -g$/;" m EXE Makefile /^EXE=main$/;" m OBJECTS Makefile /^OBJECTS=main.o employee.o hourly.o salaried.o administrator.o faculty.o util.o$/;" m __ADMINISTRATOR_H__ administrator.h 2;" d __EMPLOYEE_H__ employee.h 2;" d __FACULTY_H__ faculty.h 2;" d __HOURLY_H__ hourly.h 2;" d __SALARIED_H__ salaried.h 2;" d __UTIL_H__ util.h 2;" d administrator administrator.cpp /^administrator::administrator(string name, double pay_rate, int hours) : employee(name, pay_rate, hours) {}$/;" f class:administrator administrator administrator.h /^class administrator : public employee {$/;" c employee employee.cpp /^employee::employee(string name, double pay_rate, int hours) :$/;" f class:employee employee employee.h /^class employee {$/;" c faculty faculty.cpp /^faculty::faculty(string name, double pay_rate, int hours) : employee(name, pay_rate, hours),$/;" f class:faculty faculty faculty.h /^class faculty : public employee {$/;" c get_grad_students faculty.cpp /^int faculty::get_grad_students() {$/;" f class:faculty get_hours employee.cpp /^int employee::get_hours() {$/;" f class:employee get_name employee.cpp /^string employee::get_name(){$/;" f class:employee get_payrate employee.cpp /^double employee::get_payrate() {$/;" f class:employee get_salary administrator.cpp /^int administrator::get_salary() {$/;" f class:administrator get_salary faculty.cpp /^int faculty::get_salary() {$/;" f class:faculty get_salary hourly.cpp /^int hourly::get_salary() {$/;" f class:hourly get_salary salaried.cpp /^int salaried::get_salary() {$/;" f class:salaried grad_students faculty.h /^ int grad_students;$/;" m class:faculty hourly hourly.cpp /^hourly::hourly(string name, double pay_rate, int hours) : employee(name, pay_rate, hours) {}$/;" f class:hourly hourly hourly.h /^class hourly : public employee {$/;" c hours employee.h /^ int hours;$/;" m class:employee main main.cpp /^int main() {$/;" f name employee.h /^ string name;$/;" m class:employee parse_n_load util.cpp /^bool parse_n_load(const string & input, string & name, string & type,$/;" f pay_rate employee.h /^ double pay_rate;$/;" m class:employee salaried salaried.cpp /^salaried::salaried(string name, double pay_rate, int hours) : employee(name, pay_rate, hours) {}$/;" f class:salaried salaried salaried.h /^class salaried : public employee {$/;" c set_grad_students faculty.cpp /^int faculty::set_grad_students() {$/;" f class:faculty test_admin main.cpp /^void test_admin() {$/;" f test_faculty main.cpp /^void test_faculty() {$/;" f test_hourly main.cpp /^void test_hourly() {$/;" f test_salaried main.cpp /^void test_salaried() {$/;" f test_util main.cpp /^void test_util() {$/;" f tokenize util.cpp /^vector tokenize(const string & str, const string & delimiters) {$/;" f