RVC::DESCRIPTOR class definitions. More...
#include <mi32/fixedstr.h>

Go to the source code of this file.
Classes | |
| class | RVC::DESCRIPTOR |
| DESCRIPTOR class for specifying name, description, and source for an object. More... | |
Namespaces | |
| namespace | RVC |
Defines | |
| #define | RVCSYSLIBCLASSEXPORT MI_DLLCLASSIMPORT |
Typedefs | |
| typedef FIXEDSTRING< 16 > | RVC::OBJECTNAME |
Functions | |
| bool | operator!= (const RVC::DESCRIPTOR &lhs, const RVC::DESCRIPTOR &rhs) |
| bool | operator< (const RVC::DESCRIPTOR &lhs, const RVC::DESCRIPTOR &rhs) |
| bool | operator== (const RVC::DESCRIPTOR &lhs, const RVC::DESCRIPTOR &rhs) |
RVC::DESCRIPTOR class definitions.
Revision 1.28 2011/10/10 20:46:04 mju Remove unneeded hdrs.
Revision 1.27 2011/05/27 20:50:22 mju Add constructor with name/desc.
Revision 1.26 2007/09/25 21:33:39 scowan Error fixed in inline operator<.
Revision 1.25 2007/09/25 21:24:22 scowan Added isLessThan and inline operator< methods.
Revision 1.24 2006/04/18 15:18:37 mju Add setName variant using delegate to ensure generated short name unique.
Revision 1.23 2006/01/25 14:47:05 mju Don't pragma dll warning as done in stddefns.
Revision 1.22 2005/11/10 16:38:33 scowan Uninlined the dtor because the compiler will not inline it.
Revision 1.21 2005/07/26 21:59:10 scowan *** empty log message ***
Revision 1.20 2005/07/26 21:57:07 scowan Added methods.
Revision 1.19 2005/07/25 20:09:01 scowan Do not include rvc defns.
Revision 1.18 2005/07/21 14:09:31 scowan Changed to support fixedstr delegate chagnes.
Revision 1.17 2005/07/20 20:26:13 scowan Made private method public.
Revision 1.16 2005/07/18 22:53:45 scowan Added another friend.
Revision 1.15 2005/07/08 14:51:16 scowan Added method to set only the short name.
Revision 1.14 2005/06/22 19:12:00 scowan Made more changes.
Revision 1.13 2005/06/22 17:31:32 scowan Moved getSource method to dll internal.
Revision 1.12 2005/06/20 19:11:02 scowan Adjusted include files.
Revision 1.11 2005/03/08 15:33:37 mju Add op= from textid.
Revision 1.10 2005/02/22 23:24:34 scowan Nothing.
Revision 1.9 2005/01/21 22:16:40 scowan Moved set source to internal.
Revision 1.8 2005/01/19 16:04:50 mju Add ctor using objectname so existing code compiles.
Revision 1.7 2005/01/18 23:31:48 scowan Added a friend.
Revision 1.6 2005/01/18 21:22:00 scowan Fixed warnings.
Revision 1.5 2005/01/13 20:52:12 scowan Update docs.
Revision 1.4 2005/01/13 20:48:41 scowan Added assignment from mi string.
Revision 1.3 2005/01/13 17:38:11 scowan Added Mike's changes.
Revision 1.2 2005/01/13 17:11:03 scowan Added docs and moved to dft ctor.
Revision 1.1 2005/01/12 22:47:31 scowan Initial revision
| #define RVCSYSLIBCLASSEXPORT MI_DLLCLASSIMPORT |
| bool operator!= | ( | const RVC::DESCRIPTOR & | lhs, | |
| const RVC::DESCRIPTOR & | rhs | |||
| ) | [inline] |
| bool operator< | ( | const RVC::DESCRIPTOR & | lhs, | |
| const RVC::DESCRIPTOR & | rhs | |||
| ) | [inline] |
Used for STL containers that sort their items.
| bool operator== | ( | const RVC::DESCRIPTOR & | lhs, | |
| const RVC::DESCRIPTOR & | rhs | |||
| ) | [inline] |
1.6.1