OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RBaseStream
(Results
1 - 2
of
2
) sorted by null
/external/opencv/otherlibs/highgui/
bitstrm.h
59
// class
RBaseStream
- base class for other reading streams.
60
class
RBaseStream
64
RBaseStream
();
65
virtual ~
RBaseStream
();
97
class RLByteStream : public
RBaseStream
121
class RLBitStream : public
RBaseStream
bitstrm.cpp
77
/////////////////////////
RBaseStream
////////////////////////////
79
bool
RBaseStream
::IsOpened()
84
void
RBaseStream
::Allocate()
96
RBaseStream
::
RBaseStream
()
107
RBaseStream
::~
RBaseStream
()
114
void
RBaseStream
::ReadBlock()
141
bool
RBaseStream
::Open( const char* filename )
156
void
RBaseStream
::Close(
[
all
...]
Completed in 88 milliseconds