#include <Bytecode.h>
Inherits std::ifstream.
Public Member Functions | |
| bytecodeistream (string filename) | |
| bool | isVersion (int major, int minor, int revision) |
| bool | isVersionAtMost (int major, int minor, int revision) |
| int | major () const |
| int | minor () const |
| int | release () const |
Private Attributes | |
| int | m_major |
| int | m_minor |
| int | m_release |
| bytecodeistream::bytecodeistream | ( | string | filename | ) |
| bool bytecodeistream::isVersion | ( | int | major, | |
| int | minor, | |||
| int | revision | |||
| ) |
References m_major, m_minor, and m_release.
Referenced by YECall::readCall(), Bytecode::readCode(), and Bytecode::readFile().
| bool bytecodeistream::isVersionAtMost | ( | int | major, | |
| int | minor, | |||
| int | revision | |||
| ) |
| int bytecodeistream::major | ( | ) | const [inline] |
| int bytecodeistream::minor | ( | ) | const [inline] |
| int bytecodeistream::release | ( | ) | const [inline] |
int bytecodeistream::m_major [private] |
Referenced by bytecodeistream(), isVersion(), isVersionAtMost(), and major().
int bytecodeistream::m_minor [private] |
Referenced by bytecodeistream(), isVersion(), isVersionAtMost(), and minor().
int bytecodeistream::m_release [private] |
Referenced by bytecodeistream(), isVersion(), isVersionAtMost(), and release().
1.5.9