![]() |
Developers ManualProject homepage |
#include "O3DBIDataField.h"
#include <vector>
Include dependency graph for O3DBIRecord.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | O3DBIRecord |
Typedefs | |
typedef std::vector< O3DBIDataField > | TDataFields |
typedef TDataFields::iterator | TDataFieldsIter |
typedef TDataFields::const_iterator | TDataFieldsConstIter |
typedef TDataFields::size_type | TDataFieldsSize |
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
Definition in file O3DBIRecord.h.
|
A type for a controlled sequence (vector) to manage O3DBIDataField objects. Definition at line 59 of file O3DBIRecord.h. Referenced by O3DBIRecord::GetFields(). |
|
A convenience alias for const iterator types (pointer-like objects) which are able to point to a specific element in a TDataFields container, but modifying the data "pointed to" is disallowed. Definition at line 72 of file O3DBIRecord.h. Referenced by O3DBIRecord::IsModified(), and O3DBIRecord::ToString(). |
|
A convenience alias for iterator types (pointer-like objects) which are able to point to a specific element in a TDataFields container. Definition at line 65 of file O3DBIRecord.h. Referenced by O3DBIRecord::CancelModified(), and O3DBIRecord::RemoveField(). |
|
A convenience alias for a size type, needed for size and capacity values of a TDataFields container. Definition at line 78 of file O3DBIRecord.h. Referenced by O3DBIRecord::GetFieldCount(). |
|
Generated on Sun Jan 23 11:36:42 2005 for Oracle Object Oriented Database Interface (O3DBI) by
![]() |