What to name a structure contains hash table and vectors?

Posted by datasunny on Stack Overflow See other posts from Stack Overflow or by datasunny
Published on 2010-03-17T17:07:02Z Indexed on 2010/03/17 17:31 UTC
Read the original article Hit count: 146

Filed under:

Here is an easy question: I have a struct which contains two hash tables and one vector. Im looking for a generic name for this kind of structure. Any suggestions? say factory?

© Stack Overflow or respective owner

Related posts about naming-conventions