File: class.h

package info (click to toggle)
boost-jam 3.1.10-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,004 kB
  • ctags: 1,703
  • sloc: ansic: 11,378; yacc: 456; sh: 192; makefile: 43
file content (9 lines) | stat: -rw-r--r-- 174 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#ifndef CLASS_H_VP_2003_08_01
#define CLASS_H_VP_2003_08_01

#include "lists.h"
#include "frames.h"

char* make_class_module(LIST* xname, LIST* bases, FRAME* frame);

#endif