File: store.ih

package info (click to toggle)
oxref 2.02.00-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 692 kB
  • sloc: cpp: 1,282; makefile: 131; sh: 48
file content (19 lines) | stat: -rw-r--r-- 284 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#include "store.h"

#include <cstring>
#include <iostream>
#include <sstream>
#include <iomanip>
#include <algorithm>

#include <bobcat/pattern>
#include <bobcat/arg>
#include <bobcat/ranger>

#include "../tree/tree.h"


#ifndef SPCH_
using namespace std;
using namespace FBB;
#endif