LLDB mainline
Classes | Namespaces | Functions
UserID.h File Reference
#include "lldb/lldb-defines.h"
#include "lldb/lldb-types.h"

Go to the source code of this file.

Classes

class  lldb_private::UserID
 A mix in class that contains a generic user ID. More...
 
class  lldb_private::UserID::IDMatches
 Unary predicate function object that can search for a matching user ID. More...
 

Namespaces

namespace  lldb_private
 A class that represents a running process on the host machine.
 

Functions

bool lldb_private::operator== (const UserID &lhs, const UserID &rhs)
 
bool lldb_private::operator!= (const UserID &lhs, const UserID &rhs)
 
Streamlldb_private::operator<< (Stream &strm, const UserID &uid)
 Stream the UserID object to a Stream.