File: Token.cpp

package info (click to toggle)
blahtexml 1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,092 kB
  • sloc: cpp: 10,929; xml: 402; python: 302; ansic: 282; makefile: 99
file content (14 lines) | stat: -rw-r--r-- 151 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//
//  Token.cpp
//  blahtex
//
//  Created by Matt on 4/20/13.
//
//

#include "Token.h"

namespace blahtex
{
	Token EmptyToken = Token(L"", 0, 0);
}