Searched defs:GuestProcessStreamValue (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Main/include/
H A DGuestCtrlImplPrivate.h241 class GuestProcessStreamValue class
245 GuestProcessStreamValue(void) { } function in class:GuestProcessStreamValue
246 GuestProcessStreamValue(const char *pszValue) function in class:GuestProcessStreamValue
249 GuestProcessStreamValue(const GuestProcessStreamValue& aThat) function in class:GuestProcessStreamValue
256 typedef std::pair< Utf8Str, GuestProcessStreamValue > GuestCtrlStreamPair;
257 typedef std::map < Utf8Str, GuestProcessStreamValue > GuestCtrlStreamPairMap;
258 typedef std::map < Utf8Str, GuestProcessStreamValue >::iterator GuestCtrlStreamPairMapIter;
259 typedef std::map < Utf8Str, GuestProcessStreamValue >::const_iterator GuestCtrlStreamPairMapIterConst;

Completed in 45 milliseconds