File: test002

package info (click to toggle)
pmccabe 2.8-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 876 kB
  • sloc: ansic: 3,084; cpp: 1,080; sh: 401; makefile: 42
file content (5 lines) | stat: -rw-r--r-- 128 bytes parent folder | download | duplicates (7)
1
2
3
4
5
class1::class2::class3::member (int a) {stuff;}

class1::class2::operator +=(int a) {impl;}

class4::operator +=(int a) {impl;}