HDK
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
STY_SourceLocation.h
Go to the documentation of this file.
1
/*
2
* PROPRIETARY INFORMATION. This software is proprietary to
3
* Side Effects Software Inc., and is not to be reproduced,
4
* transmitted, or disclosed in any way without written permission.
5
*
6
* NAME: STY_SourceLocation.h ( STY Library, C++)
7
*
8
* COMMENTS:
9
*/
10
11
#ifndef __STY_SourceLocation__
12
#define __STY_SourceLocation__
13
14
#include "
STY_API.h
"
15
#include <
UT/UT_StringHolder.h
>
16
17
/// Fully describes a stye sheet source location.
18
class
STY_SourceLocation
19
{
20
public
:
21
STY_SourceLocation
()
22
:
myLine
(-1),
myOffset
(-1)
23
{ }
24
25
UT_StringHolder
myFile
;
26
int
myLine
;
27
int
myOffset
;
28
};
29
30
#endif
31
STY_API.h
STY_SourceLocation::myOffset
int myOffset
Definition:
STY_SourceLocation.h:27
UT_StringHolder
Definition:
UT_StringHolder.h:999
STY_SourceLocation::myLine
int myLine
Definition:
STY_SourceLocation.h:26
STY_SourceLocation::myFile
UT_StringHolder myFile
Definition:
STY_SourceLocation.h:25
UT_StringHolder.h
STY_SourceLocation
Fully describes a stye sheet source location.
Definition:
STY_SourceLocation.h:18
STY_SourceLocation::STY_SourceLocation
STY_SourceLocation()
Definition:
STY_SourceLocation.h:21
STY
STY_SourceLocation.h
Generated on Fri Nov 8 2024 03:41:39 for HDK by
1.8.6