File: baseaffix.hxx

package info (click to toggle)
myspell 1%3A3.0%2Bpre3.1-18
  • links: PTS
  • area: main
  • in suites: etch-m68k
  • size: 1,224 kB
  • ctags: 438
  • sloc: cpp: 5,985; sh: 1,195; ansic: 1,176; makefile: 239; perl: 81
file content (17 lines) | stat: -rw-r--r-- 314 bytes parent folder | download | duplicates (24)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#ifndef _BASEAFF_HXX_
#define _BASEAFF_HXX_

class AffEntry
{
protected:
       char *       appnd;
       char *       strip;
       short        appndl;
       short        stripl;
       short        numconds;
       short        xpflg;
       char         achar;
       char         conds[SETSIZE];
};

#endif