Skip to content

Commit

Permalink
Refs #19595: add array API to check bound sequence size
Browse files Browse the repository at this point in the history
Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
  • Loading branch information
JLBuenoLopez committed Nov 23, 2023
1 parent 6198254 commit edd5da9
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,11 @@ public List<String> getEvaluatedDimensions()
return evaluated_dimensions_;
}

public int getEvaluatedDimensionsSize()
{
return evaluated_dimensions_.size();
}

public String getSize()
{
String ret = "";
Expand Down

0 comments on commit edd5da9

Please sign in to comment.