473,326 Members | 2,111 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,326 software developers and data experts.

Did multimap ever have a member "Cursor"?

Hi,

I have a very old piece of code which supposedly comes from OS/2. It looks
like this:

class indexTable:std::multimap<Type1,Type2>
{

};

Later there is a piece of code like this:

indexTable t;
indexTable::Cursor c;

Now the compiler complains it can't find Cursor.

indexTable doesn't define any members so I assume Cursor must come from
multimap. The multimap documentation I have doesn't mention Cursor, but
since the code is very old, it might be that some older implementations
defined it.

Does anybody know more about this?

Thanks

Hans Merkl
Jul 22 '05 #1
1 1215
"Hans Merkl" <ha********@yahoo.com> wrote...
I have a very old piece of code which supposedly comes from OS/2. It looks
like this:

class indexTable:std::multimap<Type1,Type2>
{

};

Later there is a piece of code like this:

indexTable t;
indexTable::Cursor c;

Now the compiler complains it can't find Cursor.

indexTable doesn't define any members so I assume Cursor must come from
multimap. The multimap documentation I have doesn't mention Cursor, but
since the code is very old, it might be that some older implementations
defined it.

Does anybody know more about this?


I don't know about what used to be, but AFAIR, the library _never_
contained classes named starting with a capital letter.

Victor
Jul 22 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Christopher Benson-Manica | last post by:
Why isn't there a value for the cursor property that corresponds to "unavailable" (usually the circle with a hash through it)? -- Christopher Benson-Manica | I *should* know what I'm talking...
4
by: McKirahan | last post by:
This is from a previous post entitled "cursor type": "IE 4.0 through 5.5 didn't support the cursor type 'pointer' (only the non-standard 'hand')." How might the following be modified to...
3
by: Aaron Queenan | last post by:
I have a form which performs some asynchronous code. I want to display a wait cursor when it starts, and hide the wait cursor when it has completed. This part works fairly well, using: ...
1
by: Bob Achgill | last post by:
No this is not a new dance. OK. Am I missing something. The following code captures the cursor keys alright on the form1 for everywhere except when the focus is on a DataGrid or AxWebBrowser....
3
by: Fabio Cannizzo | last post by:
How can I get/set the position of the typing cursor in a TextBox, expressed as an integer index, representing the position within the Text string? Thanks Regards, Fabio
12
by: Sculder | last post by:
Hello, I'm running into an interesting issue and I wanted to verify it was a bug with Internet Explorer 7. I have a field that has an javascript onBlur event. When you set focus to the text...
3
by: geddy | last post by:
My OS: Ubuntu 7.04 distribution Mysql: Server version: 5.0.38-Ubuntu_0ubuntu1.2-log Ubuntu 7.04 distribution mysql-python:1.2.2 python:2.5 when I run the following script: import MySQLdb conn...
26
by: Prisoner at War | last post by:
Hello, Everyone: Is there any other values or whatever-it's-called to the cursor property in CSS?? So far, I only know of cursor:pointer (or, for MSIE, cursor:hand).... Any way to load in...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.