Share

EndCaps

C++

enum EndCaps {
  kEndCapNone = 0,
  kEndCapRound = 1,
  kEndCapAngle = 2,
  kEndCapSquare = 3
};

File

acdb.h

Description

Description

Was this information helpful?