Index: o
- _offset Struct field
- mime library, in struct MimePartNode. The body part's offset in the message's data file. (-1 if the part is a multipart entity.)
- mime library, in struct MimePartNode. The body part's offset in the message's data file. (-1 if the part is a multipart entity.)
- offset Struct field
- ink library, in struct INK_OFFSET_RECORD. The offset held in the record.
- wwwcore library, in struct WWByteRange. Offset from start of data, inclusively. Negative means offset from end of data, inclusively. Offset is NOT zero-based (i.e., 1, 2,..
- _open Member data
- EmulatedAbstractIPInterface class. Should be private, but requires C access.
- Open(...) Member function
- FileBody class. Opens a FileBody for reading or writing, as specified by the accessMode argument. The FileBody's seek pointer is initialized to the beginning of the...
- FileStoreManager class. Opens a file for reading and/or writing, as specified by the accessFlags argument. The file's seek pointer is initialized to the beginning of the...
- FlexMenu class. Opens the menu. This involves adding the menu popup window to AppBase, setting it visible, setting the "open state,"and notifying menu listeners that...
- InlineBody class. Opens a InlineBody for reading or writing, as specified by the accessMode argument. The InlineBody's seek pointer is initialized to the beginning of...
- SerialDriver class. Opens a connection to the given port and creates a Connection object for the caller.
- Open(...) Pure virtual member function
- MessageBody class. Opens a MessageBody for reading or writing, as specified by the accessMode argument. The MessageBody's seek pointer is initialized to the beginning...
- OpenDatabase(...) Member function
- Database class. Opens an existing database.
- OpenRead(...) Member function
- AudioStreamDriver class. Opens an audio stream from the phone hardware. If there is an active call, this stream will contain all the audio call data (both incoming and...
- OpenReader(...) Member function
- Stream class. Open the stream for reading.
- OpenWrite(...) Member function
- AudioStreamDriver class. Opens an audio stream to the phone hardware. If there is an active call, this stream will be played over the handset speaker and over the wireless...
- OpenWriter(...) Member function
- Stream class. Open the stream for writing.
- operator Member data
- Bitmap class. Assign one bitmap to another bitmap.
- DateTime class. Assignment operator. The date and time of the passed object must be valid.
- operator <<(...) Member function
- Log class. Provides iostream-like functionality for adding single elements to the entry. These elements can be of various types, ranging from characters to...
- operator delete(...) Member function
- Data class. Delete operator.
- operator new(...) Inline member function
- RAMStore class. Placement form of new; it should be used to place the RAMStore in SRAM. The RAMStore usually sits at the top of its SRAM region, for easy retrieval...
- operator new(...) Member function
- Data class. Default new operator. Some compilers require a default new operator to be defined if a non-default delete operator is defined.
- Data class. This new operator is used when you have memory already allocated for the Data object. This is supplied so the caller can create the Data object in...
- OUT_OF_MEMORY_FATAL_ERROR Global data
- drivermisc library. A fatal error that is generated when the system is out of memory and there is no reasonable course of action to take other than rebooting the system.
- Outbox class
- uma library.
- OutputBuffer(...) Member function
- Log class. Virtual function provided that subclasses can override to provide their own output functionality. The default version writes data to the log...
- OverflowBehavior Enumerated type
- kernel library. This enum dictates the Log's behavior when the end of its buffer is reached.