Home
last modified time | relevance | path

Searched defs:WStringType (Results 1 – 2 of 2) sorted by relevance

/dports/devel/omniORB/omniORB-4.2.4/src/tool/omniidl/cxx/
H A Didlvisitor.h107 class WStringType; variable
119 virtual void visitWStringType (WStringType*) { } in visitWStringType() argument
H A Didltype.h179 WStringType(IDL_ULong bound) : IdlType(tk_wstring), bound_(bound) { } in WStringType() function