#include <texttools.h>
Represents a code snippet.
Public Member Functions | |
CodeSnippet () | |
CodeSnippet (const CodeSnippet &src) | |
Public Attributes | |
String | _id |
Url | _file |
BaseArray< String > | _snippet |
Int | _start |
CodeSnippet | ( | ) |
CodeSnippet | ( | const CodeSnippet & | src | ) |
Url _file |
source file of the snippet
Int _start |
line number in the source file where the snippet starts