mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-14 03:14:23 +00:00
Unify variant storage (#5118)
This commit is contained in:
@@ -71,9 +71,9 @@ class IFC_PARSE_API IfcSpfStream {
|
||||
/// Moves the file cursor to an arbitrary offset in the file
|
||||
void Seek(unsigned int offset);
|
||||
/// Returns the cursor position
|
||||
unsigned int Tell();
|
||||
unsigned int Tell() const;
|
||||
|
||||
bool is_eof_at(unsigned int);
|
||||
bool is_eof_at(unsigned int) const;
|
||||
void increment_at(unsigned int&);
|
||||
char peek_at(unsigned int);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user