Sleeping Wombat Common Library
0.50.0
swCommonLibrary
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
Serialization
FilePosition.h
1
#pragma once
2
3
#include "
swCommonLib/Common/TypesDefinitions.h
"
4
5
6
namespace
sw
7
{
8
9
// ***********************
10
//
11
struct
FilePosition
12
{
13
Size Line;
14
Size CharPosition;
15
16
// ***********************
17
//
18
FilePosition
()
19
: Line( 0 )
20
, CharPosition( 0 )
21
{}
22
};
23
24
25
26
}
// bv
sw
Definition:
Exception.h:11
sw::FilePosition
Definition:
FilePosition.h:11
TypesDefinitions.h
Plik zawiera definicje podstawowych typów zmiennych.
Generated on Thu May 31 2018 19:56:00 for Sleeping Wombat Common Library by
1.8.9.1