struct Comment

Defined at line 27 of file ../../third_party/android/platform/system/tools/aidl/comments.h

Represents a single comment

Public Members

Type type
basic_string body

Public Methods

void Comment (const std::string & body)

Enumerations

enum Type
Name Value
LINE 0
BLOCK 1

Defined at line 28 of file ../../third_party/android/platform/system/tools/aidl/comments.h

Friends

std::ostream & Comment (std::ostream & out, const Comment & c)
bool Comment (const Comment & lhsconst Comment & rhs)