class AidlArgument
Defined at line 576 of file ../../third_party/android/platform/system/tools/aidl/aidl_language.h
Public Methods
void AidlArgument (const AidlLocation & location, AidlArgument::Direction direction, AidlTypeSpecifier * type, const std::string & name)
void AidlArgument (const AidlLocation & location, AidlTypeSpecifier * type, const std::string & name)
void ~AidlArgument ()
Defined at line 583 of file ../../third_party/android/platform/system/tools/aidl/aidl_language.h
void AidlArgument (const AidlArgument & )
non-copyable, non-movable
Defined at line 586 of file ../../third_party/android/platform/system/tools/aidl/aidl_language.h
void AidlArgument (AidlArgument && )
Defined at line 587 of file ../../third_party/android/platform/system/tools/aidl/aidl_language.h
AidlArgument & operator= (const AidlArgument & )
Defined at line 588 of file ../../third_party/android/platform/system/tools/aidl/aidl_language.h
AidlArgument & operator= (AidlArgument && )
Defined at line 589 of file ../../third_party/android/platform/system/tools/aidl/aidl_language.h
Direction GetDirection ()
Defined at line 591 of file ../../third_party/android/platform/system/tools/aidl/aidl_language.h
bool IsOut ()
Defined at line 592 of file ../../third_party/android/platform/system/tools/aidl/aidl_language.h
bool IsIn ()
Defined at line 593 of file ../../third_party/android/platform/system/tools/aidl/aidl_language.h
bool DirectionWasSpecified ()
Defined at line 594 of file ../../third_party/android/platform/system/tools/aidl/aidl_language.h
string GetDirectionSpecifier ()
bool CheckValid (const AidlTypenames & typenames)
void DispatchVisit (AidlVisitor & v)
Defined at line 604 of file ../../third_party/android/platform/system/tools/aidl/aidl_language.h
std::string ToString ()
ToString is for dumping AIDL.
Returns string representation of this argument including direction
This is "direction annotations type name".
e.g) "in @utf8InCpp String[] names"
Enumerations
enum Direction
| Name | Value |
|---|---|
| IN_DIR | 1 |
| OUT_DIR | 2 |
| INOUT_DIR | 3 |
Defined at line 578 of file ../../third_party/android/platform/system/tools/aidl/aidl_language.h