Added wxVariant's =, == and != operators for wxObject*
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41472 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -306,6 +306,8 @@ Sets the internal variant data, deleting the existing data if there is any.
|
||||
|
||||
\func{void}{operator $=$}{\param{void* }{value}}
|
||||
|
||||
\func{void}{operator $=$}{\param{wxObject* }{value}}
|
||||
|
||||
\func{void}{operator $=$}{\param{const wxList\& }{value}}
|
||||
|
||||
\func{void}{operator $=$}{\param{const wxDateTime\& }{value}}
|
||||
@@ -338,6 +340,8 @@ Assignment operators.
|
||||
|
||||
\constfunc{bool}{operator $==$}{\param{void* }{value}}
|
||||
|
||||
\constfunc{bool}{operator $==$}{\param{wxObject* }{value}}
|
||||
|
||||
\constfunc{bool}{operator $==$}{\param{const wxList\& }{value}}
|
||||
|
||||
\constfunc{bool}{operator $==$}{\param{const wxArrayString\& }{value}}
|
||||
@@ -364,6 +368,8 @@ Equality test operators.
|
||||
|
||||
\constfunc{bool}{operator $!=$}{\param{void* }{value}}
|
||||
|
||||
\constfunc{bool}{operator $!=$}{\param{wxObject* }{value}}
|
||||
|
||||
\constfunc{bool}{operator $!=$}{\param{const wxList\& }{value}}
|
||||
|
||||
\constfunc{bool}{operator $!=$}{\param{const wxArrayString\& }{value}}
|
||||
|
Reference in New Issue
Block a user